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 compilation error in pl sql?
What are the indexing methods?
How do I find duplicates in the same column?
What is sql resultset?
What are string functions in sql?
What is a file delimiter?
What is sql trigger example?
What is difference between group by and partition by?
What sql does db2 use?
How many sql statements are used?
What is the best partition size for windows 10?
Is sql a scripting language?
Explain select statements in sql?
Explain what is an index?
Explain the commit statement.