1、查看sql_mode

select @@sql_mode
ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

set @@sql_mode ='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
set sql_mode ='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';

更多相关文章

  1. 'xlargeScreens' in package 'android'
  2. Android(安卓)版本兼容 — Android(安卓)6.0 和 7.0后获取Mac地
  3. android“设置”里的版本号
  4. Android(安卓)version and Linux Kernel version
  5. opengrok setup on ubuntu for android source code browser
  6. [RK3399][Android7.1.1] WifiAp:开机默认打开wifi热点
  7. Android(安卓)Studio bug - attribute 'android:versionCode' no
  8. Android——开发环境
  9. android通过ksoap2对webservice的解析

随机推荐

  1. go语言用什么开发工具?
  2. go语言如何设置定时器
  3. go语言有什么优点?
  4. go语言 list用法是什么
  5. go语言中make和new的区别是什么?
  6. 编程语言go是什么
  7. go语言中数组和切片的区别是什么?
  8. go语言适合做哪些开发
  9. win7 go语言如何安装
  10. 关于Golang连接池的几种实现案例