LENGTH Function in SQL Query

preview_player
Показать описание
Length():
This function is used to calculate the length of a string or column in query.
Here space is also treated as one more character. so the count is 10.

Queries used in Video:
select ename,length(ename) from emp;
select length('oracle num') from dual;

Thanks for watching..:)
Рекомендации по теме