Subject Re: [firebird-support] Comparison that detects diff in trailing blanks?
Author Helen Borrie
At 03:48 PM 23/08/2007, you wrote:
>Hi,
>
>Since Firebird and the SQL standard says that = and <> shouldn't care
>about trailing blanks in varchar fields, what is the recommended way to
>compare varchar values so that differences in trailing blanks are detected?

Trailing blanks supplied in inputs to varchar fields are not stored.

./heLen