MySQLwokbench使用[]来选择数据,但没有结果

时间:2017-11-21 11:55:04

标签: mysql mysql-workbench

我使用[]选择数据,但没有结果。

代码:

select cust_contact
from Customers
where cust_contact like '[JM]%'
order by cust_contact;

问题:我想使用' [JM]%'来选择数据,它应该是" John",Michael"第一个字是" J"或" M"但没有结果

Query

0 个答案:

没有答案