查询MySQL数据库中,数据为空的表名

it2026-08-22  2

select table_name from information_schema.tables where table_schema = ‘ahbo’ and table_rows <1; ps:ahbo是你的数据库名

最新回复(0)