Basic Oracle Concepts and Programming Question:
How To Resolve Name Conflicts between Variables and Columns?
Answer:
The best way to resolve name conflicts is to avoid using column names for variables.
Previous Question | Next Question |
What Happens If Variable Names Collide with Table/Column Names? | How To Assign Query Results to Variables? |