gdsqlite-native icon indicating copy to clipboard operation
gdsqlite-native copied to clipboard

Is table joins possible

Open BigDC opened this issue 7 years ago • 2 comments

Is it possible to join 2 tables to receive data from, if so can you show me a simple example?

BigDC avatar Sep 16 '18 11:09 BigDC

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

clayheaton avatar Sep 22 '18 14:09 clayheaton

@khairul169 you may want to close this, as it is solved.

Toshiwoz avatar Dec 05 '18 14:12 Toshiwoz