Is table joins possible
Opened this issue · 2 comments
BigDC commented
Is it possible to join 2 tables to receive data from, if so can you show me a simple example?
clayheaton commented
That's 100% in the query that you execute. Any tutorial about SQL can teach you how to do that. This is the first thing that popped up when I googled "SQL join tutorial": https://www.w3schools.com/sql/sql_join.asp
Toshiwoz commented
@khairul169 you may want to close this, as it is solved.