Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Feature Req: Copy Table/field Names To The Editor #19264
    greensweater
    Member

    old post, but a good trick I found to copy field names…

    select * from [your_table] where false;

    then “copy all rows to clipboard,” and in the popup, check “include field names.” Comma-delimited works well for pasting in a query.

Viewing 1 post (of 1 total)