write a qurey for finding the length of the sting.
Answer Posted / srinivas
select length('abc') from dual;
out put:
3
(or)
select length(<columname>) from <table>;
Is This Answer Correct ? | 35 Yes | 3 No |
Post New Answer View All Answers
Mention what are the benefits of pl/sql packages?
What is the difference between null value, zero, and blank space?
How do I run a pl sql procedure in sql developer?
What does desc stand for?
What is #table in sql?
How exception is different from error?
What language is oracle sql developer?
What is primary and foreign key?
What is the least restrictive isolation level? : Transact sql
How do I view a procedure in sql?
What does closing a cursor do?
Where not exists in sql?
What is bind variable in pl sql?
What is sql character function?
How many types of triggers are there in pl sql?