select DISTINCT DATA_TYPE,TABLE_NAME,COLUMN_NAME,IS_NULLABLE,COLUMN_COMMENT from INFORMATION_SCHEMA.Columns where table_name=?
转载于:https://www.cnblogs.com/zhengbai/p/9933812.html
select DISTINCT DATA_TYPE,TABLE_NAME,COLUMN_NAME,IS_NULLABLE,COLUMN_COMMENT from INFORMATION_SCHEMA.Columns where table_name=?
转载于:https://www.cnblogs.com/zhengbai/p/9933812.html