Re: LinuxTag wrapup

Mario Weilguni <mweilguni@sime.com>

From: Mario Weilguni <mweilguni@sime.com>
To: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2004-07-05T06:09:39Z
Lists: pgsql-hackers
> 
> Because their SQL queries always seem to need a target object to select 
> from.  i.e. "SELECT NEXTVAL.foo" isn't valid for Oracle 8/9.
> 

It has been a long time since I've used Oracle, but shouldn't it be "select foo.nextval from dual"?

Regards,
	Mario Weilguni