
Trim a variable in SQL 6.5 Trigger
SQL Server (T-SQL) only supports the LTRIM and RTRIM functions. Using them
both you can get what you need.
Quote:
> How do I trim a variable in a trigger on a table?
> My code will look like this morealess.
> The trim statement gives me an error.
> Can anyboby please help?
> Regards
> Jakes