标签: mysql mysql-workbench
我使用[]选择数据,但没有结果。
代码:
select cust_contact from Customers where cust_contact like '[JM]%' order by cust_contact;
问题:我想使用' [JM]%'来选择数据,它应该是" John",Michael"第一个字是" J"或" M"但没有结果