We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Follow the instructions from this blog
Then select the column names SELECT column_name FROM information_schema.columns WHERE table_schema = 'your_schema' AND table_name = 'your_table'
That's it