最新回答 / 慕前端3388271
即使使用了AUTO_INCREMENT命令,依然会可以通过INSERT给id赋值,只是不能赋值id上已经存在的值(报错),下次输入数据不给id的情况下,自动从上次赋值的id+1开始。
2016-04-19
group by good_name 出现过ERROR 1055 (42000): Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'tb1.tdb_goods.good_id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by 解决不了啊~~~
最新回答 / 老农民3219898
你是不是使用的DROP DATABASE IF EXISTS DATA_NAME;删除的啊,这样的话不会提示警告信息的,因为我们添加了if exists判断语句
2016-04-19