Subscribe to RSS Feed
Twitter
HIRE ME! home  archives  about  blogroll

SQLServer and Length.

05 Aug 2005

Blogs are useful, and here’s another example why.

So how do you get the length of a field (the value) on SQLServer?

select datalength(rtrim(acolumn)) from foo;

blog comments powered by Disqus