Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › Multiple Rows Automatic Update
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
Ok thanks. I will try that.
Best regards.
🙄