摘要:
use mysql; select @@global.sql_mode set @@global.sql_mode =`STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBS 阅读全文
摘要:
一、查询语句上加binary SELECT a.DOCU_CODE '单一窗口编号', b.DOCU_CODE '本地编号',a.DOCU_NAME '单一窗口名称',b.DOCU_NAME '本地名称' from licensedocu a,licensedocu_copy b where bin 阅读全文