Subject | Re: Length of String < 10 in SQL Statement - how? |
---|---|
Author | hi_feroz |
Post date | 2005-01-27T10:12:16Z |
> select * from TB_TEST where COLUMN_1 NOT LIKE '__________';yes..it is working. but how does it work?
>
> If your column was longer than 10 chars you should add '%' to the
> emd of the pattern.