mysql 5.7 group by
摘要:sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
阅读全文
posted @
2020-11-27 11:52
田坤坤
阅读(241)
推荐(0) 编辑
mysql一键生成,删除所有表数据的SQL
摘要:select concat('delete from ',table_name,';') from information_schema.tables where table_schema='jd_project_sector_test1' and Table_type='BASE TABLE' 其
阅读全文
posted @
2020-11-16 10:05
田坤坤
阅读(186)
推荐(0) 编辑
Druid数据库连接密码加密操作步骤
摘要:1、 生成publicKey和password 找到maven资源库中druid的jar包,如:C:\Users\a\.m2\repository\com\alibaba\druid\1.1.6,其中a为用户名。 打开cmd,将路径切换至C:\Users\a\.m2\repository\com\a
阅读全文
posted @
2020-11-05 14:48
田坤坤
阅读(1838)
推荐(0) 编辑