What should I replace the command INSERT INTO table (name) VALUES (value) RETURNING currval('my_id_seq') into my_var; with if I have to use version 8.1?
What should I replace the command INSERT INTO table (name) VALUES (value) RETURNING currval('my_id_seq') into my_var; with if I have to use version 8.1?