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 is data control language? : Sql dba
What is column?
What is a temporal data type?
Which is faster view or stored procedure?
What is the difference between distinct and unique in sql?
What is not null in sql?
what is the difference between a web-garden and a web-farm? : Sql dba
What is the difference between microsoft sql and mysql?
What is fmtonly in sql?
Are sql database names case sensitive?
What is a sql profiler?
How do I access sql anywhere database?
What is sql and db2?
What are all types of user defined functions?
What are the dml statements?