write a qurey for finding the length of the sting.
Answers were Sorted based on User's Feedback
Answer / srinivas
select length('abc') from dual;
out put:
3
(or)
select length(<columname>) from <table>;
| Is This Answer Correct ? | 35 Yes | 3 No |
Answer / ajmal khan
select length('string') from dual;
or
select length(column_name) from table_name;
| Is This Answer Correct ? | 1 Yes | 0 No |
Which query operators in sql is used for pattern matching?
Can we rollback after truncate?
How will we see framework of a table?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
How to pipe multiline string to isql?
What are the Restrictions on Cursor Variables?
What can I use instead of union in sql?
How will you select unique values from a list of records?
What are the different tcl commands in sql?
How to get employee name from employee table which is the fiveth highest salary of the table
How do you use join?
Is pl sql a programming language?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)