mysql查找表名

SELECT
*
FROM
information_schema.TABLES
WHERE 1=1
AND table_name LIKE '%order%'
AND table_comment like '%接口%'

posted on 2015-07-10 14:35  kenwong  阅读(342)  评论(0编辑  收藏  举报

导航