SQL Server: LEN() or DATALENGTH()

added by lionofdezert
4/21/2011 12:54:33 AM

89 Views

Is it true that LEN() function returns length of your given expression. NOT TRUE actually. It ignores trailing blanks (spaces).


0 comments