example
Code: Select all
/*test*/
update table set id = 1;
update table set idcode = 1;
/*test 2*/
Code: Select all
/*test*/
update table set id = 1;
update table set idcode = 1;
/*test 2*/
Code: Select all
/*test*/
update table set id = 1;
update table set idcode = 1
/*test 2, note the missing semicolon in the line before.*/