Subject Re: [firebird-support] Possible bug in Firebird 1.5 SS final?
Author Florian Hector
Salvatore,

>
> SELECT ID_A FROM TABLE_A WHERE NAME = 'ABC683'
>
> and with big surprise this is the result:
>
> ID_A NAME
> -----------------
> 1 ABC68
> 2 ABC683
>


Working with 1.5 SS.
I have tried with a newly created DB, the outcome is as expected; only one row. One thing I find
interesting though, how can you get ID_A and NAME if you only query for the former...

Florian