00-sql-introduction Instructions to select tables in "Browse Data" tab
kekoziar opened this issue · 2 comments
In 00-sql-introduction under the "Relational databases" section, it states
To see the contents of any table, click on it, and then click the “Browse Data” tab next to the “Database Structure” tab.
Except, that's not the functionality on my version of SQLite. The table which opens when clicking in the "Browse Data" tab has no bearing on if you've selected a table in the "Database Structure" tab. When first opened, the "Browse Data" tab will default to "Plots" (top table in list). To select different tables, one needs to either right-click on the table in the "Database Structure" tab and select "Browse Table" from the menu, or click on the "Browse Data" tab and use the "Table:" drop-down menu on the top-left of that tab. When clicking on "Browse Data" tab, it will be on the last selected table (or default to the top table).