How to find string or key value using pl/sql code?
Answer Posted / gourvendra singh
if you want to find a string value you can use the
following command
select length(TRIM(TRANSLATE(string,'+-.123456789',' ')))
from dual;
string=value that u entered
if the result is null then the string is numeric else its a
character
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
How to assign sql query results to pl sql variables?
Is sql a oracle?
Does mysql_real_escape_string prevent sql injection?
How many databases can sql express handle?
Show the two pl/sql cursor exceptions.
What is sql query limit?
What is information schema in sql?
What is sql*loader and what is it used for? : aql loader
What are the two types of exceptions.
what is a primary key? : Sql dba
What is a data definition language?
What are the types of keys?
Is sql the best database?
Can we use ddl statements in stored procedure sql server?
How to find 3rd highest salary of an employee from the employee table in sql?