摘要:
show variables 会存在数据被截断的问题: select 全局变量没有问题 官网解释:https://dev.mysql.com/doc/refman/5.6/en/variables-table.html The VARIABLE_VALUE column for each of th 阅读全文
摘要:
select a.TABLE_SCHEMA,a.TABLE_NAME from information_schema.`COLUMNS` a left join (select 'etl_stamp' COLUMN_NAME ) b on a.COLUMN_NAME=b.COLUMN_NAME le 阅读全文