Thread: Surely not!
View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 08:06 PM
DMAC
 
Posts: n/a
Default Surely not!

I know I must be missing something pretty obvious, but what setting
should I change to get the correct length of my string ie why does the
select statement below return 1 when it looks fairly obvious that the
second string is a tad longer than 1

select len('a ')
select len('a ')
Reply With Quote