經常使用Mysql查詢操做彙總

1 提取表結構及字段註釋信息html select * from information_schema.columns where table_schema = 'db' #表所在數據庫 and table_name = 'tablename' ; #你要查的表mysql 2 查看建表語句sql show create table 表名數據庫 如: show create table infopo
相關文章
相關標籤/搜索