Hello Folks,

Is there a provision in the ->delete( 'table', ... ) to handle IN clauses or subqueries?

eg:

1. DELETE FROM table1 WHERE col1 IN ( '1', '2' )

2. DELETE FROM table1 WHERE col1 IN ( SELECT col2 FROM table2 WHERE col3=? )


Or is it only capable of handling basic equalities?

Thanks.
Alex


Reply via email to