Tuesday, June 3, 2014

Difference between VSIZE & Length


VSIZE returns the number of bytes in the internal representation of the Column


Length returns the actual length of the Column

Example:
select vsize('محاضرة المهارات السبع لتحقيق التوازن بين العمل والأسرة') vsize_example, length('محاضرة المهارات السبع لتحقيق التوازن بين العمل والأسرة')length_example from dual;


No comments:

Post a Comment