Dear all, Hi, i have a database called 'admin' and a table called 'user'.
Inside table 'user', there are a lot of fields, i.e: name, email, race, state, and etc. There are totally 100000 records. When I wrote the sql query 'select * from user where race='chinese' and state='US''. It shows me more than 1000 results. Now, how can I save only these 1000++ data into a file in my pc? Please help out. Thanks. best regards, Pey Ling