Issue with Multi-column In predicates are not supported in the DELETE condition.
I'm trying to delete rows from a table with the same date or id as records in another table. I'm using the below query and get the error 'Multi-column In predicates are not supported in the DELETE condition'. delete from cost_model.cm_dispatch_consol...
- 4500 Views
- 3 replies
- 2 kudos
Latest Reply
Had the same issue. Please check the subquery returned value there must be something wrong with that.
- 2 kudos