Answers for "Argument data type text is invalid for argument 1 of len function."

0

Argument data type text is invalid for argument 1 of len function.

If you try to use len() on a Text field, you will get an error Argument data type text is invalid for argument 1 of len function.

The answer to this is the Datalength() function which will return the length of any expression. This can be used on all data types including text, ntext, image and varbinary.
Posted by: Guest on August-26-2020

Code answers related to "Argument data type text is invalid for argument 1 of len function."

Browse Popular Code Answers by Language