Subject Re: [firebird-support] Re: How to cast a float?
Author Dimitry Sibiryakov
On 13 Sep 2004 at 5:45, phil_hhn wrote:

>BTW, does FB support the LENGTH function in SQL? I.e for a char or
>varchar column called "my_string", something like:
>
>select my_pk from my_table where length(my_string) > 2

You can use this trick: "my_string LIKE '__%'".

SY, Dimitry Sibiryakov.