Tuesday, August 01, 2006

How to count a string length on Oracle

To count a string length on Oracle, simply using LENGTH function. For an example :

Select LENGTH('Live Oracle') From Dual;

Then the Oracle would produce a return 11

No comments:

Post a Comment