Mysql exports the queried data as excel and mysqlexcel

Source: Internet
Author: User

Mysql exports the queried data as excel and mysqlexcel

Now you need to export some data from the mysql database to excel and print it. In fact, it is very easy to implement the above requirements, as long as you write the SQL statement, and then export it as excel

The specific implementation process is as follows:

1. Write an SQL statement and query the result.

2. Right-click the query result and select export all table data records/result ..."

:

Select export all table data records/result as..., as shown in

Click Export.


========================================================== ======================

Note that it is better to use the field following the select statement as Chinese characters. In this case, the table title is a Chinese character.


Mysql automatically converts the queried data to excel.

SELECT * into outfile './test.xls' FROM tb1 WHERE 1 order by id DESC;

Mysql automatically converts the queried data to excel.

SELECT * into outfile './test.xls' FROM tb1 WHERE 1 order by id DESC;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.