How to find string or key value using pl/sql code?
Answer Posted / kumarvijay
var=1; --var='a'
select to_number(var) from dual;
if variable holds string it will through exception else it
will execute.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is record type in pl sql?
What is embedded sql in db2?
Describe types of sql statements?
Can we call dml statement in function?
what is an extent ? : Sql dba
Which is better stored procedure or query?
What is sql exception?
What is the use of index in hive?
What is data modelling in sql?
Is it possible for a table to have more than one foreign key?
What is the meaning of disabling a trigger?
Define concurrency control. : Transact sql
Why do we use sql constraints? Which constraints we can use while creating database in sql?
When is the explicit cursor used ?
what is a tablespace? : Sql dba