How to fix the Oracle error ORA-01469: PRIOR can only be followed by a column name?
In this post, you’ll learn more about the Oracle ErrorORA-01469: PRIOR can only be followed by a column name with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01469: PRIOR can only be followed by a column name
Reason for the Error ORA-01469: PRIOR can only be followed by a column name
Attempting to specify “PRIOR
How to fix the Error ORA-01469: PRIOR can only be followed by a column name ?
You can fix this error in Oracle by following the below steps
Only a column name can follow PRIOR. Replace with a column name.
Leave Your Comment