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 many sql statements are used? Define them.
what is msql? : Sql dba
What is the need of merge statement?
What is rename command in sql?
what are the properties and different types of sub-queries? : Sql dba
What is auto increment?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
Do we need to create index on primary key?
What steps server process has to take to execute an update statement?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is gpt format?
What does seeding a database mean?
explain the delete statements in sql
What does the acronym acid stand for in database management?
Is sql a programming?