Skip to content

DESCRIBE [TABLE NAME] isn't working #432

@kvpasupuleti

Description

@kvpasupuleti

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions