mysql查詢當前數據庫全部 的表基本信息

select * from information_schema.`TABLES` t WHERE t.TABLE_SCHEMA = (select database())
相關文章
相關標籤/搜索