How Export Result of MySQL Query on PHPMyAdmin 3.4.3?

Posted by grape on Server Fault See other posts from Server Fault or by grape
Published on 2011-08-11T22:55:38Z Indexed on 2012/10/06 9:39 UTC
Read the original article Hit count: 123

Filed under:
|
|
|

1) I've got a 30K row table. 2) When I run a long, 50-line query on that table, a GROUP function reduces the number of rows to 7K. 3) I want to export the grouped 7K rows as a new table, or save them as a CSV.

When I attempt to export, instead of getting the grouped 7K rows, I get the old, pre-query 30K rows.

What am I doing wrong, and what should I be doing?

NOTE: I'm not a coder, so I'd really appreciate a solution that just used the PHPMyAdmin GUI.

Thanks!

© Server Fault or respective owner

Related posts about mysql

Related posts about phpmyadmin