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
what is offset-fetch filter in tsql? : Transact sql
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
How do you pronounce sql?
How does an execution block start and end in pl sql?
How to select random rows from a table?
How many databases can sql express handle?
What are the two types of periodical indexes?
What is time based sql injection?
What is delimiter in pl sql?
Why commit is not used in triggers?
Explain the components of sql?
What is the difference between view and stored procedure?
what is an extent ? : Sql dba
How do you sort in sql?
What type of database is sql?