我的sql语句如图,如何在insert的时候更新其中的project_id字段呢?
php thinkphp mysql
这是要写触发器么。。。
先插入insert 如果成功则 返回自增ID,再执行update 这样可以啊,执行2条SQL就行
直接给你个例子,相信你能看懂, insert into users (id,username,password) select null,username,'3333' from users where id=1
insert into users (id,username,password) select null,username,'3333' from users where id=1
ON DUPLICATE KEY UPDATE 语法,这个要配合唯一索引使用
怎么用thinkphp的查询语言构建这样的select查询?
重新研究这个问题:php无限分类的子分类如何再排序
php为APP开发接口框架推荐
thinkphp更新成功的完美的判断方法?
两个月没做开发了,怎么才能恢复得更快。
mysql 空间数据类型(point)如何在查询后解释出?