PDA

View Full Version : SQL Query Trasaction


dblinux
06-20-02, 11:27
How can i make trasaction with SQL Query, can you give an example!

eperich
06-20-02, 18:42
begin;
[QUERIES]
commit;

if somethign goes wrong PG wil call a rollback