0
votes
how do I query multiple SQL tables for a specific key-value pair?
Perhaps some additional info would help, but it sounds like you have the solution already. You will have to select from all the tables with a section_id. You could use joins instead of a table li …
