Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL 6.5 doesn't recognize built-in string function

Author  Topic 

TellMeHowTo
Starting Member

6 Posts

Posted - 2001-06-05 : 18:02:42
Hi people,
here is my problem:
a statement such as
<i>select len('abc')</i>
returns error:
<i>Msg 195, Level 15, State 10<br>
'len' is not a recognized built-in function name.</i>
Could you tell me what's wrong?
SQL 6.5 sp 5a on NT4.0
   

- Advertisement -