Checking if column exists in PL/SQL
590592Nov 22 2007 — edited Nov 22 2007Hello.
I'm getting a table name as a parameter (in my Stored Procedure).
I need to check if specific column exists in this table or not.
According to the result I'll decide which logic to use.
Can you please send me an example of how to make this check?
Thanks