forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › Feature Req: Copy Table/field Names To The Editor
- This topic is empty.
-
AuthorPosts
-
-
September 22, 2005 at 8:05 am #19257
Ritesh
MemberThis option is already in the TO-DO list of SQLyog 😀
-
September 22, 2005 at 8:14 am #19258
vygi
Memberhey — great! 😎
is this todo list published somewhere?
(I'm just nosy… it also would prevent duplicated requests)
-
September 22, 2005 at 8:18 am #19259
Ritesh
MemberI 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 😛
-
September 22, 2005 at 3:32 pm #19260
peterlaursen
ParticipantYou know that you can copy-paste from OBJECTS pane ?
-
September 22, 2005 at 3:35 pm #19261
vygi
Memberpeterlaursen 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?
-
September 22, 2005 at 3:40 pm #19262
peterlaursen
ParticipantWhat 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
-
September 22, 2005 at 5:10 pm #19263
vygi
Memberpeterlaursen 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
-
March 9, 2007 at 8:36 pm #19264
greensweater
Memberold 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.
-
-
AuthorPosts
- You must be logged in to reply to this topic.