mammoth icon indicating copy to clipboard operation
mammoth copied to clipboard

Support selecting from multiple tables

Open martijndeh opened this issue 5 years ago • 0 comments

Currently, it's not possible to select from multiple tables e.g. db.select(foo.id).from(foo, bar) (you could do a cross join but ok). So we want to accept multiple from items in the from function.

martijndeh avatar Sep 27 '20 19:09 martijndeh