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
Explain the difference between triggers and constraints?
What are the benefits of triggers?
How many tables can a sql database have?
How long it takes to learn pl sql?
How do I remove sql developer from windows 10?
What are the two virtual tables available at the time of database trigger execution?
What is the use of procedures?
how can we know the number of days between two given dates using mysql? : Sql dba
what is a stored procedure? : Sql dba
When is the update_statistics command used?
what are string data types? : Sql dba
Can delete statement be rollbacked?
Can we join 3 tables in sql?
What are the ways on commenting in a pl/sql code?
Is primary key always clustered index?