I have a table with sequence field (id).
I insert a new row in this table, and I would like to get the sequence number that postgresql assign to id.
How can I get it??? ... Max function is not nice.......
jdbc2 ....