[SQL]INSERT into mytest(id,name)VALUES(1,'vv');[Err] 1146 - Table 'user.mytest' doesn't exist
明明插入的表是mytest可是提示确是user.mytest
相关分类