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


Please Help Members By Posting Answers For Below Questions

what is data control language? : Sql dba

746


What is column?

718


What is a temporal data type?

773


Which is faster view or stored procedure?

687


What is the difference between distinct and unique in sql?

648






What is not null in sql?

779


what is the difference between a web-garden and a web-farm? : Sql dba

750


What is the difference between microsoft sql and mysql?

708


What is fmtonly in sql?

720


Are sql database names case sensitive?

682


What is a sql profiler?

765


How do I access sql anywhere database?

669


What is sql and db2?

721


What are all types of user defined functions?

735


What are the dml statements?

852