Subject RE: [firebird-support] Interested question
Author Svend Meyland Nicolaisen
> -----Original Message-----
> From: Martijn Tonies [mailto:m.tonies@...]
> Sent: 5. marts 2004 17:24
> To: firebird-support@yahoogroups.com
> Subject: Re: [firebird-support] Interested question
>
>
> > > > 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.
>
> Does it? It's also error prone and annoying. All IMO of course.
>
> With regards,
>
> Martijn Tonies

That would make a language like C error prone and annoying too wouldn't it?
:-)
Anyway, it is a matter of taste.

-
SMN