Subject | Re: [ib-support] SQL Statement |
---|---|
Author | Martijn Tonies |
Post date | 2002-06-17T08:58:01Z |
Hi,
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
> I have just stumpled over some text saying something about this beingString values should be enclosed in single quotes:
> wrong:
>
> Select
> a.Fielda,
> a.Fieldb,
> b.Fieldc,
> b:fieldd
> where
> a.Fielda=b.Fieldb and
> a.Fielde>"Some value"
> ordre by a.Fieldb;
>
> Is this wrong in any way ?
> a.Fielde>'Some value'Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."