-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
I am showing a list of table names taken from a DB in a tab bar and when clicked on each tab, I am running a "SELECT * FROM [TABLE NAME]" to display the records.
However, if the table is not there in the DB already and I created it using "CREATE TABLE" query, the table is getting created, but I am not getting any result if I execute "SELECT" query with that table name.
At least to show the columns to the user, I tried to use "DESCRIBE [TABLE NAME]" query and it says syntax error.
Am I doing anything wrong or the DESCRIBE query isn't working in this package?
Metadata
Metadata
Assignees
Labels
No labels