planetscale/database-js

How do i use Inner Join, Left Join in my sql query

Sulaimon-Abiola opened this issue · 1 comments

I would like to know if and how I can use Inner Join, Left Join in my sql query

You can, given that it's SQL. I'd recommend taking a look at some online resources in order to properly learn how to use joins

https://www.sqlshack.com/a-step-by-step-walkthrough-of-sql-inner-join/