Subject Re: [ib-support] Comments in Select Statement
Author Paul Reeves
Paul Schmidt wrote:
>
> 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 happens when you try the query in ISQL?

What middleware are you normally using?


Paul
--

Paul Reeves
http://www.ibphoenix.com
taking InterBase further