【发布时间】:2010-09-13 08:43:13
【问题描述】:
您好,我正在尝试显示名称与 mysql 模式不同的表会引发错误:
SHOW TABLES NOT LIKE "tree%";
返回:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'NOT LIKE "tree%"' at line 1
什么是正确的语法?
谢谢阿曼。
【问题讨论】: