We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
select group_concat(column_name separator ', ') from information_schema.columns where table_schema='<SCHEMA>' and table_name='<TABLE>';
There was an error while loading. Please reload this page.