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
Where do we use pl sql?
What operators deal with null?
What is sqlca in db2?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
What is the difference between between and in condition operators?
What is the best free sql database?
How are functions and procedures called in PL/SQL?
How do I edit a trigger in sql developer?
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
Does pdo prevent sql injection?
What are the basic techniques of indexing?
What is procedure explain with program?
Is subquery faster than join?
Explain what is a column in a table?
What do you understand by exception handling in pl/sql?