Suppose we have a spaces only string ' ',
In MS SQL Server, Trim(' ') ='' Length(Trim(' ')) =0
However, in Oracle, Trim(' ') is null Length(Trim(' ')) is null
Post a Comment
No comments:
Post a Comment