Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tony Hoyle wrote: > Something like insert ... into sessionlog select > currval('sessionlog_id_seq') The currval function is more for use in schema and SQL functions... and there's still the problem that INSERT only returns the numer of rows inserted rather than a field (which is what the RETURNING op does). David.