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 a procedure in pl sql?
Does sql profiler affect performance?
what is rdbms? : Sql dba
Is oracle and sql same?
What is clause?
Is it possible to create startup or shutdown trigger for on-schema?
What does seeding a database mean?
How are sql commands classified?
How many columns should be in an index?
What is normalization sql?
what is the command used to fetch first 5 characters of the string? : Sql dba
Explain locks? : Transact sql
What is self-join and what is the requirement of self-join?
how to fetch alternate records from a table? : Sql dba
What are database links used for?