查询MySQL所有表名 select table_name from information_schema.tables where table_schema='longtu_wms' and table_name not LIKE '%ca%'; mysql 2023-12-22 168 点赞 2 评论 254 浏览