Subject Re: [firebird-support] Why is a blank not a blank?
Author Mark Rotteveel
On Fri, 02 Mar 2012 07:10:09 +0100, Thomas Steinmaurer
> As expected. The equality operator removes trailing spaces before
> evaluation. Use LIKE if you want to take trailing spaces into account.

Comparison *adds* padding spaces to the shortest string to the length of
the longest string to be compared.

Mark