Forum Replies Created
-
AuthorPosts
-
bghardinMember
I can do that. But my life was so much simpler before. Using your example:
Select * from tbl_name limit 1, 1000;
If I wanted to filter on “where name = 'Jones'; all I would have to do is just highlight “limit 1, 1000;” and start typing my filter and press F8. The old way saved me a lot of keystrokes. Now, as you say, (and I have been doing) is go to history, copy the statement, paste it in the SQL pane; and then the above filtering. A lot more work to do a simple filter. I can live with it; but, I don't like taking a step back to go forward. Thanks for your comments…. Glenn
bghardinMemberI think I have lost a valuable feature by upgrading. I have limited SQL knowledge so SQLYOG was a timesaver for me until the new version. Prior to this version, if I clicked on a table and pressed enter, it would show the results (uneditable) in the lower pane and the SQL statement that was used in the top pane. To edit the results, I pressed F8. NOW, it shows the results (but editable) in the lower pane BUT no SQL statement in the top pane. I don't have an F8 or F5 function capability. Also, I don't have the SQL statment showing in the top pane. This was important for me as I would just modify the displayed SQL statment to get the results that I really wanted. BUT, I also did not necessarily want to go into edit mode as it seems automatically do now. Have I installed the new version wrong or is there a setting that I can make to get the great features of the previous version back? I really don't want edit unless I press F8 and I really need the SQL statement displayed in the top pane. HELP????? Glenn
-
AuthorPosts