ERROR | join index where clause cannot contain OR condition |
CAUSE | An attempt to create a join index was made, which failed because there was an OR branch in the where clause. |
ACTION | Reformulate the where clause without using ORs. |
ERROR | join index where clause cannot contain OR condition |
CAUSE | An attempt to create a join index was made, which failed because there was an OR branch in the where clause. |
ACTION | Reformulate the where clause without using ORs. |