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 the command used to fetch first 5 characters of the string?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What does a pl/sql package consist of?
What are the possible values for the boolean data field?
Explain dml and ddl?
Is oracle sql free?
When should I use nosql database?
What is full form of rtm?
What is the usage of nvl function?
Define implicit and explicit cursors.
What is difference between primary and secondary key?
what is the difference between group by and order by in sql? : Sql dba
What is the purpose of a sql?
Is grant a ddl statement?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5