标签:使用 sql ctr comm nbsp set where 结束 mys
1、注意使用";" 分号结束;(在sqlyog中,可以使用ctrl +F9执行所有的Sql)
BEGIN; #以 ; 号结束 UPDATE bank SET currentMoney = currentMoney - 500 WHERE customerName = ‘张三‘ ; UPDATE bank SET currentMoney = currentMoney + 500 WHERE customerName = ‘李四‘ ; COMMIT ;
2、
标签:使用 sql ctr comm nbsp set where 结束 mys
原文地址:http://www.cnblogs.com/xiaobudong/p/7618075.html