开发者

how do I export campared results in phpmyadmin?

开发者 https://www.devze.com 2023-02-03 21:55 出处:网络
Hi iahe compared two table and got results of the same. but these results are in thousands of开发者_如何转开发 pages. so how do I export the same to text.

Hi iahe compared two table and got results of the same. but these results are in thousands of开发者_如何转开发 pages. so how do I export the same to text.

SELECT * 
FROM Table1
WHERE username NOT 
IN (

SELECT username
FROM table2
)
LIMIT 0 , 30 


To export your query result from PHPMyAdmin

There is an block named "Query results operations" with option of Export.

Through this Export option, you will have query result exported.


Use the export option at the buttom of the page in the "Query result operations". Edit: (like @Gaurav said +1).

This will export you everything you selected with your query. (No need to click on any checkboxes)

Screenshot to clear things up:

how do I export campared results in phpmyadmin?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号