SQL Join
Answered
Thanks for releasing JOIN with version 5.0!
Can you help me with this join? It seems using bookings.listing._id is causing issues...thanks!
mb.runSQLQuery(`
SELECT
listings.owner
FROM bookings join listings on
"bookings.listing._id"=listings._id
`)
In order to reproduce the problem faster and more accurately, could you give me one or two of your test data?
In order to reproduce the problem faster and more accurately, could you give me one or two of your test data?
Replies have been locked on this page!