查看数据表注释:SELECT table_name 表名, table_comment 表说明 FROM information_schema.TABLES WHERE table_schema='数据库名' ORDER BY table_name查看表字段注释:select COLUMN_NAME 字段名,column_comment 字段说明,column_type 字段类型, column_key 约束 from information_schema.columns w
在看busybox 文档时,发现./configure 执行后:127|root@pisces:/data/gcc/libmpq # sh ./configuresh ./configure./configure[78]: sed: not foundBad mode./configure[187]: sed: not found./configure[187]: se