摘要: mysql的基本用法: 查库:select schema_name from information_schema.schemata 等同于 show databases 查表:select table_name from information_schema.tables where table_ 阅读全文
posted @ 2020-01-31 15:20 mxm$ 阅读(400) 评论(0) 推荐(0)