Here is my query:
SELECT LTRIM(RTRIM(''))
If I run this in one of my databases it returns NULL, in another one it returns a blank line. What setting determines this handling?
I am running Windows 2000 Server with Sql Server 2000
Live to Throw
Throw to Live
Will Summers