Subject | Re: [firebird-support] Re: How to cast a float? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2004-09-13T07:32:53Z |
On 13 Sep 2004 at 5:45, phil_hhn wrote:
SY, Dimitry Sibiryakov.
>BTW, does FB support the LENGTH function in SQL? I.e for a char orYou can use this trick: "my_string LIKE '__%'".
>varchar column called "my_string", something like:
>
>select my_pk from my_table where length(my_string) > 2
SY, Dimitry Sibiryakov.