select table_name from information_schema.tables where table_schema='longtu_wms' and table_name not LIKE '%ca%';
查询MySQL所有表名
最新推荐文章于 2025-04-18 19:14:06 发布
select table_name from information_schema.tables where table_schema='longtu_wms' and table_name not LIKE '%ca%';