I have the following table:
CREATE TABLE tab ( id SERIAL PRIMARY KEY, code TEXT NOT NULL, data TEXT )
I\'d like to insert a new r