最佳答案
For the following code:
DECLARE @ss varchar(60)
SET @ss = 'admin'
select TRIM(@ss)
I've got an error:
'TRIM' is not a recognized built-in function name