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

Multiple Rows Automatic Update

forums forums SQLyog Using SQLyog Multiple Rows Automatic Update

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #25166
      peterlaursen
      Participant

      you can manually issue a SQL command like

      UPDATE table SET …. WHERE … LIMIT x.

      (x is a number – '1' for instance)

      But better you should have a Primary key in the table and include that PK column in the SELECT that opens a RESULT tab

    • #25167
      ritzi
      Member

      Ok thanks. I will try that.

      Best regards.

      🙄

      peterlaursen wrote on Oct 17 2007, 02:14 PM:
      you can manually issue a SQL command like

      UPDATE table SET …. WHERE … LIMIT x.

      (x is a number – '1' for instance)

      But better you should have a Primary key in the table and include that PK column in the SELECT that opens a RESULT tab

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