常用SQL整理—Mysql

1、查看錶字段、字段類型、表結構說明: use information_schema; select column_name,data_type,column_type,column_comment from information_schema.columns where table_schema ='@databaseName'  and table_name = '@tableName';
相關文章
相關標籤/搜索