【发布时间】:2021-09-17 08:57:50
【问题描述】:
我按照 w3schools 上的说明进行操作,但似乎无法正常工作。我不断得到结果“空集”,即使看起来应该返回多个名称,因为有名称以 a、l 和 c 开头。
顺便说一句,我正在通过 Mac 上的终端使用 MySQL。谢谢。
here is a picture of the table I'm using
这是我的语法 -
mysql> select * from Student where Name like '[alc]%';
【问题讨论】: