Subject | Re: [firebird-support] Select on varchar with spaces |
---|---|
Author | Lucas Franzen |
Post date | 2005-06-26T20:35:10Z |
Philippe,
Philippe Makowski schrieb:
worked for me.
Luc.
Philippe Makowski schrieb:
> How can I select records where a varchar field have for value an emptyF_VARCHAR NOT STARTING WITH ' '
> string , but not those who have for value one, two or more spaces ?
>
> For now I use :
>
> select
> *
> from
> T_BLANC
> WHERE STRLEN(F_VARCHAR)=0 AND F_VARCHAR IS NOT NULL
>
> Is there another way ?
worked for me.
Luc.