[DiscordArchive] https://dev.mysql.com/doc/refman/9.4/en/insert-select.html ?
[DiscordArchive] https://dev.mysql.com/doc/refman/9.4/en/insert-select.html ?
Archived author: jackpoz • Posted: 2025-08-09T20:59:27.763000+00:00
Original source
https://dev.mysql.com/doc/refman/9.4/en/...elect.html ?
Archived author: JudgeFae • Posted: 2025-08-10T18:24:03.259000+00:00
Original source
You can. I try to avoid doing AND or OR when doing multiple "WHERE" statements and split them into multiple inserts
Archived author: JudgeFae • Posted: 2025-08-10T18:25:19.297000+00:00
Original source
Or that's a bit misleading. If you're doing one change type for multiple IDs you can do "Insert INTO table WHERE id1 OR id2" works
Archived author: jackpoz • Posted: 2025-08-10T18:38:09.274000+00:00
Original source
you can use IN too