摘要: use information_schema; select column_name, column_type, data_type, is_nullable, column_comment from columns where table_name='表名'; use ykee_baseshow 阅读全文
posted @ 2016-12-18 16:20 旋转的梦 阅读(297) 评论(0) 推荐(0)