02 2018 档案

摘要:select concat(truncate(sum(data_length)/1024/1024,2),'mb') as data_size, concat(truncate(sum(max_data_length)/1024/1024,2),'mb') as max_data_size, concat(truncate(sum(data_free)/1024/1024,2),'mb')... 阅读全文
posted @ 2018-02-27 15:04 仲卿 阅读(452) 评论(0) 推荐(0)
摘要:select table_name from information_schema.tables where table_schema='contract_ggpt' and table_type='base table' 阅读全文
posted @ 2018-02-08 16:35 仲卿 阅读(981) 评论(0) 推荐(0)