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

Feature Request: Add single record

forums forums SQLyog SQLyog: Bugs / Feature Requests Feature Request: Add single record

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #8170
      Hughes
      Member

      Some tables are very large and it'd be nice if the Insert/Update feature didn't require you to view the entire table to add your record. It takes a while for the window to load when the table in question has thousands of records (with large fields). To remedy the problem, why not just bring up a single row and allow the DBA to enter the record at that point. Viewing all of the records is rarely necessary when inserting or updating.

      Just a thought. Keep up the good work!

    • #14925
      Shadow
      Member

      In the sql editor type in SELECT * from my_table LIMIT 1; , and then press F8 (Select for update) and there you are!

Viewing 1 reply thread
  • You must be logged in to reply to this topic.