Hi,
I am a beginner to Oracle programming.
I am writing a stored procedure that takes in a random SELECT SQL and outputs the result to email. Since I won't know the structure of the SELECT statement, I am not sure how to access a field within a record. Normally, it would be record_name.field_name, but I don't know what the field_name will be. Is there a different way to reference the fields in a record?
Please help!
Thank you!
Susie
I am a beginner to Oracle programming.
I am writing a stored procedure that takes in a random SELECT SQL and outputs the result to email. Since I won't know the structure of the SELECT statement, I am not sure how to access a field within a record. Normally, it would be record_name.field_name, but I don't know what the field_name will be. Is there a different way to reference the fields in a record?
Please help!
Thank you!
Susie