How to fix the Oracle error ORA-14310: VALUES LESS THAN or AT clause cannot be used with List partitioned tables?
In this post, you’ll learn more about the Oracle ErrorORA-14310: VALUES LESS THAN or AT clause cannot be used with List partitioned tables with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
ORA-14310: VALUES LESS THAN or AT clause cannot be used with List partitioned tables
Reason for the Error ORA-14310: VALUES LESS THAN or AT clause cannot be used with List partitioned tables
VALUES LESS THAN or AT clause can be used only with Range partitioned tables
How to fix the Error ORA-14310: VALUES LESS THAN or AT clause cannot be used with List partitioned tables ?
You can fix this error in Oracle by following the below steps
Use VALUES (
Leave Your Comment