Re: [BUGS] INSERT/SELECT with ORDER BY

2001-03-29 Thread Dirk Lutzebaeck
Stephan Szabo writes: > > Unless I'm horribly misreading the spec, this is correct. > ORDER BY is used in reference to cursor definitions and > direct select statements, but is not part of query expressions > which is what the INSERT INTO references. > > ::= > I

Re: [BUGS] INSERT/SELECT with ORDER BY

2000-10-12 Thread Bruce Momjian
> > Unless I'm horribly misreading the spec, this is correct. > ORDER BY is used in reference to cursor definitions and > direct select statements, but is not part of query expressions > which is what the INSERT INTO references. > > ::= > INSERT INTO >

Re: [BUGS] INSERT/SELECT with ORDER BY

2000-08-18 Thread Stephan Szabo
Unless I'm horribly misreading the spec, this is correct. ORDER BY is used in reference to cursor definitions and direct select statements, but is not part of query expressions which is what the INSERT INTO references. ::= INSERT INTO ::=