[GENERAL] INSERT ... RETURNING as Oracle
Hi, Sample table: create table basket ( id serial NOT NULL PRIMARY KEY, timestamp timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ); How can I make a one step insert into the table and get values of 'ID' ? I am trying to find a similar solution as in the oracle's INSERT ... RETURNING. If
[GENERAL] Encoding: LATIN2 (hungary)
Hi, I want to set encoding hungarian language. I try to set LATIN2, but char order is "áabc..". The good order is "aábc...". What is the soultion? Thx, Andras ICQ: `find [EMAIL PROTECTED]`