Hi guys,
Anybody knows if there's a way to have multiple sql statements inside a single mapped statement, some like this:
<statement ….>
Insert into table1(…) values(...)
Insert into table1(…) values(...)
..
</statement>
Thx,
gabe
Hi guys,
Anybody knows if there's a way to have multiple sql statements inside a single mapped statement, some like this:
<statement ….>
Insert into table1(…) values(...)
Insert into table1(…) values(...)
..
</statement>
Thx,
gabe