Why do I see the error ?
begin insert into math_qage values(20,40);insert into math_qage(30,79); end;
ERROR: syntax error at or near "insert" LINE 1: begin insert into math_qage values(20,40);
this is all I'm trying to do:
Insert multiple records at one go using begin and end o/p a single txid for all...
Also how do i add the raise notice in the following without it being errored out ?