摘要: select Column_name as 列名,is_nullable as 是否可为空,data_type as 数据类型,column_default as 默认值,case when column_key ='PRI' then '主键' when column_key ='UNI' the 阅读全文
posted @ 2018-11-12 15:09 田坤坤 阅读(509) 评论(0) 推荐(0)