write a qurey for finding the length of the sting.
Answer Posted / ajmal khan
select length('string') from dual;
or
select length(column_name) from table_name;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the two types of periodical indexes?
how can we know the count/number of elements of an array? : Sql dba
What is the difference between the implicit and explicit cursors?
What is sql profiling in oracle?
What is the difference between having and a where in sql?
What is latest version of sql?
How to fetch alternate records from a table?
What plvcmt and plvrb does in pl/sql?
What is execution plan in sql?
What is implicit cursor in pl sql?
how to see the create table statement of an existing table? : Sql dba
Why is %isopen always false for an implicit cursor?
Which join condition can be specified using on clause?
Explain the structure of pl/sql in brief.
Differentiate between pl/sql and sql?