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

Feature Req: Copy Table/field Names To The Editor

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature Req: Copy Table/field Names To The Editor

  • This topic is empty.
Viewing 7 reply threads
  • Author
    Posts
    • #19257
      Ritesh
      Member

      This option is already in the TO-DO list of SQLyog 😀

    • #19258
      vygi
      Member

      hey — great! 😎

      is this todo list published somewhere?

      (I'm just nosy… it also would prevent duplicated requests)

    • #19259
      Ritesh
      Member

      I guess I will need to clean up the TO-DO list and publish it out here. Its just kinda messy now with too many requests 😛

    • #19260
      peterlaursen
      Participant

      You know that you can copy-paste from OBJECTS pane ?

    • #19261
      vygi
      Member
      peterlaursen wrote on Sep 22 2005, 04:32 PM:
      You know that you can copy-paste from OBJECTS pane ?

      [post=”7273″]<{POST_SNAPBACK}>[/post]

      Can I?? No, I think I don't.

      At least not field names and nor without clicking F2 to edit a table name, I think.

      Or did you mean something different?

    • #19262
      peterlaursen
      Participant

      What I mean is that if you highlight a table i Object Browser, the create statement for the table is there.

      Then mark-up any column-name and copy to clipboard with ctrl-c

      Then paste it into editor with ctrl-v

    • #19263
      vygi
      Member
      peterlaursen wrote on Sep 22 2005, 04:40 PM:
      What I mean is that if you highlight a table i Object Browser, the create statement for the table is there.

      Then mark-up any column-name and copy to clipboard with ctrl-c

      Then paste it into editor with ctrl-v

      [post=”7275″]<{POST_SNAPBACK}>[/post]

      Aha!… 😎

      Thanks! This workaround is better than mine.

      But let's hope that the real solution will come soon.

      Regards,

      Vygi

    • #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 7 reply threads
  • You must be logged in to reply to this topic.