Subject | Re: [firebird-support] Length of String < 10 in SQL Statement - how? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2005-01-27T08:25:08Z |
On 27 Jan 2005 at 8:08, hi_feroz wrote:
If your column was longer than 10 chars you should add '%' to the
emd of the pattern.
--
SY, Dimitry Sibiryakov.
>how to write select statement to fecth the records where the length ofselect * from TB_TEST where COLUMN_1 NOT LIKE '__________';
>value of a string field is < 10?
If your column was longer than 10 chars you should add '%' to the
emd of the pattern.
--
SY, Dimitry Sibiryakov.