On Mon, Jul 13, 2020 at 6:40 PM Wells Oliver <wells.oliver@xxxxxxxxx> wrote:
Given a large large large table A and a small small temp table B is there any benefit to doing SELECT * FROM a JOIN b USING (somecol) vs SELECT * FROM b JOIN a USING (somecol)?
David J.