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
How do you write a subquery?
What is delimiter in pl sql?
What is synchronized subquery?
How do I create a sql script?
What is sql profiling in oracle?
What is a variable in sql?
Explain mutating table error.
What are types of exception?
How can you create an empty table from an existing table?
What does bitemporal mean?
What is the difference between clustered and non-clustered index in sql?
What are the benefits of pl sql?
how to return query output in html format? : Sql dba
How can check sql version from command line?
What is sqlexception in java?