How do you select from multiple tables in sqlite in Java?
问题 I'm trying to learn how to use an sqlite database in a java program. (not Android). I went to this link, download the jdbc library and copied the example. The example worked without errors. I then added another table to the database and the wanted to join both tables and select once column from each. I get an error on the line that makes the query from the database no such column: 'person.name' . I've tried many different ways to join the tables and select, but every time I get an exception