SQL Join

Guillermo Cornejo shared this question 5 years ago
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

`)

Replies (1)

photo
1

In order to reproduce the problem faster and more accurately, could you give me one or two of your test data?

Leave a Comment
 
Attach a file