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
how to use case expression? : Sql dba
How to run pl sql program in mysql?
what is 'trigger' in sql? : Sql dba
Explain what is a view?
What is the difference between pl and sql?
What do you mean by field in sql?
What are the set operators in sql?
What pl/sql package consists of?
Can we create a trigger on view?
what is meant by urlencode and urldocode? : Sql dba
what are the different index configurations a table can have? : Sql dba
How do I save a stored procedure?
Is join an inner join?
What is the sql case statement?
What is procedure and function?