SQLibrary: How to use (e.g.) db.getInt("some_field") if your query returns two tables with the same field?
in
Contributed Library Questions
•
2 years ago
Hello,
I'm trying to read values from a field called
event_id. Problem is, my query returns values from two tables. I've tried:
- db.getInt("table_one.some_field")
But it doesn't work (
no column by the name of table_one.some_field). Any tips?
1