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
what is difference between delete and truncate commands? : Sql dba
What is memory optimized?
how to load data files into tables with 'mysqlimport'? : Sql dba
Can sql function call stored procedure?
explain the advantages and disadvantages of stored procedure? : Sql dba
Explain spool.
What is break?
What are the different types of constraints?
Is null operator in sql?
What is oracle sql called?
What is cross join sql?
What are the properties of a transaction?
What is the difference between function and procedure in pl/sql?
what are date and time functions in mysql? : Sql dba
What is the difference between the conventional and direct path loads? : aql loader