MySQL Workbench returns all records, mysqlworkbench

Source: Internet
Author: User

MySQL Workbench returns all records, mysqlworkbench

When you use MySQL Workbench to query a database, when a large number of records are returned, all records cannot be displayed, because MySQL Workbench returns only 1000 records by default.

To display all records, you can add one sentence after the query statement:

LIMIT 000000

SELECT * FROM tigase_db.tig_usersWHERE user_id LIKE 'hz % 'LIMIT 00

In this way, all records can be returned!


How can MYsql query multiple conditions and return a record?

Mysql_query (select A1, A2, A3 FROM table where ......, $ con)
 
How can I view the SQL script file of a created table in mysql workbench ??

Right-click the database table to be viewed and select "Send to SQL Editor" and then "create Statement". The result is displayed on the right.

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.