MySQL之information_schema應用小技巧

select * from information_schema.schemata; select schema_name from information_schema.schemata; select * from information_schema.tables; select table_schema from information_schema.tables; select tabl
相關文章
相關標籤/搜索