如何实现Mysql update修改,然后还能用select一起查询出来
mysql>updatev9_member_detailsetbirthday=2013-02-13(select*fromv9_member_detail);ERROR...
mysql> update v9_member_detail set birthday=2013-02-13(select * from v9_member_d
etail);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '(sele
ct * from v9_member_detail)' at line 1
这样子错误了,高手说在一个字段后面插入select查询,
更新后的消息就在这里面了,不太懂,求大牛 展开
etail);
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '(sele
ct * from v9_member_detail)' at line 1
这样子错误了,高手说在一个字段后面插入select查询,
更新后的消息就在这里面了,不太懂,求大牛 展开
展开全部
更新操作时不会返回resultset的吧?你是程序里面需要这样做吗?如果是程序里面需要的话就在一个connection里面建立两个statement来分别执行不就可以了?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
哪个高手说UPDATE后面可以插个SELECT的??
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询