mysql get the data structure of the table

1
select TABLE_SCHEMA,TABLE_NAME,COLUMN_NAME,IS_NULLABLE,DATA_TYPE,COLUMN_TYPE,COLUMN_KEY from information_schema.COLUMNS WHERE  table_name='*' and table_schema='*'



2 show columns from system_user

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=327085025&siteId=291194637