Subject RE: [firebird-support] Interested question
Author Svend Meyland Nicolaisen
> -----Original Message-----
> From: Martijn Tonies [mailto:m.tonies@...]
> Sent: 5. marts 2004 17:15
> To: firebird-support@yahoogroups.com
> Subject: Re: [firebird-support] Interested question
>
> Hi,
>
> > > select * from "PAGES"
> > > worked for me, whereas
> > > select * from "PAGES"
> > > didn't.
> >
> > Should be:
> >
> > select * from "PAGES"
> > worked for me, whereas
> > select * from "pages"
> > didn't.
>
> Yuk. Delimited identifiers. Better not use those.
> If you're using a decent GUI tool, set it to not using those :-)
>
> If you would be using Database Workbench, then this would be
> the case by default :-)
>
> With regards,
>
> Martijn Tonies

Why not use delimited identifiers? It makes queries and meta data much more
readable.

-
SMN