sqlyog export query result as csv

∥☆過路亽.° 提交于 2019-12-10 17:44:13

问题


I'm using SQLyog and I was wonder if would be possible to export query result as csv? What I mean let's say I have query like SELECT * FROM wp_comments WHERE comment_post_ID = 902 and I would get back some rows what I would export as csv.

Found it! Right click on the result table and use export!


回答1:


In order to make it clear you can see this screenshot.




回答2:


To export Query results as CSV with SqLYog is fairly simple: right click on table and export as desired.



来源:https://stackoverflow.com/questions/16665886/sqlyog-export-query-result-as-csv

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!