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
how to see the create table statement of an existing table? : Sql dba
How do you update a value in sql?
What is the difference between partitioning and sharding?
How do I count records in sql?
Can we create foreign key without primary key?
how to delete an existing column in a table? : Sql dba
Where is all the data on the internet stored?
Does pl sql work in mysql?
what is dbms? : Sql dba
What is character functions?
What is rownum in sql?
What is consistency?
How do I remove duplicates in two columns?
How many scalar data types are supported in pl/sql?
What is rank function in sql?