How to fix the Oracle error ORA-01470: In-list iteration does not support mixed operators?
In this post, you’ll learn more about the Oracle ErrorORA-01470: In-list iteration does not support mixed operators with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-01470: In-list iteration does not support mixed operators
Reason for the Error ORA-01470: In-list iteration does not support mixed operators
Constants of different types are specified in an in-list.
How to fix the Error ORA-01470: In-list iteration does not support mixed operators ?
You can fix this error in Oracle by following the below steps
Use constants of same type for in-lists.
Leave Your Comment