Before I go asking for a feature which already exists …
In SQL Server Management Studio there are right-click menu options on tables which will allow you to open a query (SELECT, INSERT, UPDATE, DELETE) in a new query window.
IN SQLYog there is a right-click menu option on a table to Paste SQL Statement but the user has to have opened a query tab first to paste it into.
Is there a way of emulating the SSMS behaviour in SQLYog that I haven’t figured out?
And, I know in SQLYog that pasting a query to the current query window is a one-step process whereas in SSMS it’s two steps, but I find I open queries in new windows more often than I paste them into existing windows.
Addendum – there is a somewhat related thread at http://forums.webyog.com/index.php?showtopic=7564&hl=%2Bpaste+%2Bstatement asking for the copy to clipboard feature that SQL Server has.
TIA