filmov
tv
LENGTH Function in SQL Query
Показать описание
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..:)
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..:)