khairul169 / gdsqlite-native

SQLite module for Godot 3.x
MIT License
219 stars 41 forks source link

Is table joins possible #19

Open BigDC opened 6 years ago

BigDC commented 6 years ago

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

clayheaton commented 6 years ago

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 5 years ago

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