summaryrefslogtreecommitdiffstats
path: root/tests/data/parser/parseTransaction2.in
blob: 672a626cd1f3a81fabe6463a5cbac4bb4a2773c1 (plain)
1
2
3
4
START TRANSACTION;
SELECT @A:=SUM(salary) FROM table1 WHERE type=1;
UPDATE table2 SET summary=@A WHERE type=1;
ROLLBACK;