Answer Posted / mahesh
select regexp_count('hello','l') from dual;
or
SELECT LENGTH('HELLO')-LENGTH(REPLACE('HELLO','L',NULL)) FROM DUAL;
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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
Explain what is sql?
What are the types of dbms?
Why do you partition data?
How to Declare Fixed Length String Value In PL SQL
What does select * from mean in sql?
how to calculate expressions with sql statements? : Sql dba
Explian rowid, rownum?
What is aggregate function in sql?
What does desc stand for?
how to enter numeric values as hex numbers? : Sql dba
What is data profiling in sql?
What is sql query optimization?
What are triggers and its types?
Is like operator in sql case sensitive?