Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は SQLyog を使用していますが、クエリ結果を csv としてエクスポートできるかどうか疑問に思っていました。つまり、次のようなクエリがSELECT * FROM wp_comments WHERE comment_post_ID = 902あり、csv としてエクスポートする行がいくつか返されるとしましょう。
SELECT * FROM wp_comments WHERE comment_post_ID = 902
それを見つけた!結果テーブルを右クリックし、エクスポートを使用してください!
明確にするために、このスクリーンショットをご覧ください。
SqLYog を使用してクエリ結果を CSV としてエクスポートするのは非常に簡単です。テーブルを右クリックして、必要に応じてエクスポートします。