Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › SQLyog: Bugs / Feature Requests › new feature request
I love SQLYog. Simply the best. I was just wondering if is it possible to add ability to copy only one field from resultset(currently you can only copy 1 row or all 🙁 )
Thanks in advance.
If the query is not very complicated, then you could execute it as 'Select for update' and selct the contents of the given field and copy it…