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 different type of sql's statements ? : Sql dba
How do I find duplicates in a single column in sql?
Can I call a procedure inside a function?
what is a field in a database ? : Sql dba
What is sap sql anywhere?
How can check sql version from command line?
Why do we use subquery?
Why are cursors used?
What is constant in pl sql?
Why do we use cursors?
What are the query optimization techniques?
What are the differences between in and exists clause?
Define sql delete statement.
Which is better cte or subquery?
What are crud methods?