Subject | Re: [firebird-support] is this firebird LIKE bug? |
---|---|
Author | Helen Borrie |
Post date | 2004-10-22T21:46:18Z |
At 11:52 PM 22/10/2004 +0700, you wrote:
Did you commit the insert?
./heLen
>Hello all,It works as expected here: it returns one row.
>I found a strange condition with SELECT...LIKE in Firebird 1.5.1, I just
>want to confirm is this a bug or not.
>
>1. create table a (n varchar(50));
>
>2. insert into a values (' SONY-AK');
>
>3. run statement like this ---- select * from a where n like ' %'
>
>The result is very strange for me, it give me zero record set, is this a bug?
Did you commit the insert?
./heLen