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 |
What is a loop in sql?
What is mutating error?
Is primary key always clustered index?
Explain autonomous transaction.
Does access use sql?
what is the difference between clustered and non clustered index in sql? : Sql dba
How to start oracle sql developer?
How many rows can sqlite handle?
What is the sql case statement?
Is pl sql better than sql?
Can we use more than one null value for unique key?
31 Answers A1 Technology, Wipro,
what is bcp? When does it used? : Sql dba
Oracle (3253)
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)