ajax 中 为什么加了select update delete 就出错

如题所述

列名可以省略
也可以另一种形式,没有VALUES的
insert into 表名 查询结果
如 insert into a
select '','','' --这里的列要与表 a定义相符才能正常插入
update修改
update 表名 set 列名=值 where 条件
如:update a set a.a1='1' where a.a2='3'
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜