Subject | Comments in Select Statement |
---|---|
Author | Paul Schmidt |
Post date | 2001-12-06T17:41:32Z |
Dear list:
I am still using Firebird SuperServer 0.9.4 (engine in Linux, client
on WinME), running IBConsole:
The following works
SELECT
Field1, /* this is field 1 */
Field2,
Field3 FROM table1;
The following doesn't
SELECT Field1, /* this is field 1 */
Field2, Field3 FROM table1;
Both of them should work, in my opinion
I noticed this when doing a really big select with lots of fields, that
needed comments in a few places (like after the first field).
Paul
Paul Schmidt
Tricat Technologies
paul@...
www.tricattechnologies.com
I am still using Firebird SuperServer 0.9.4 (engine in Linux, client
on WinME), running IBConsole:
The following works
SELECT
Field1, /* this is field 1 */
Field2,
Field3 FROM table1;
The following doesn't
SELECT Field1, /* this is field 1 */
Field2, Field3 FROM table1;
Both of them should work, in my opinion
I noticed this when doing a really big select with lots of fields, that
needed comments in a few places (like after the first field).
Paul
Paul Schmidt
Tricat Technologies
paul@...
www.tricattechnologies.com