views:

576

answers:

2

Is there a function for SAP DB to get the length of a string in SQL?

A: 

Actually, the length() function exists, although it isn't listed in the string funcions list in the docs.

Daniel Silveira
A: 

I use the len() function

edit: never mind - I'm on MSSQL