Replies: 2 comments
-
The error message you get is pretty clear what the issue is. You need to query an actual table. You can't query the database file itself like this. Although, attached databases can be queried by the database name that you give in the sql query: ATTACH DATABASE file_name AS database_name; and then SELECT * FROM contacts.people; |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is how you query particular table. You cannot query the database. You have to query a table. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce
Operating system: apple macOS
This applies only to bug reports. If this is a feature request, delete this section.
SQLiteStudio version: v3.4.6 (tried with the v3.4.5 also)
Beta Was this translation helpful? Give feedback.
All reactions