in reply to HoH keys with trailing white spaces ????
you could phrase it like this, assuming the MSSQL provides the "trim" function:select foo, bar, baz from some_table
select trim(foo), trim(bar), trim(baz) from some_table
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HoH keys with trailing white spaces ????
by 3dbc (Monk) on Dec 14, 2011 at 01:49 UTC |