Hacker News new | ask | show | jobs
by swid 414 days ago
After thinking about it more, yes I agree with your take. Maybe it can even delete different ids using an =.
1 comments

FWIW, I tested this locally (using `DELETE FROM example WHERE id = RANDOM(1,100)`) and it did delete multiple rows in some cases, even without a subquery.