Subject | Re: [ib-support] Comments in Select Statement |
---|---|
Author | Paul Reeves |
Post date | 2001-12-06T20:13:20Z |
Paul Schmidt wrote:
What middleware are you normally using?
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further
>What happens when you try the query in ISQL?
> 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).
>
What middleware are you normally using?
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further