Withdata Software

Producing high-quality database tools

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Product
  • Purchase
  • Download
  • Contact Us
  • About
  • Privacy Policy

Post navigation

← Previous Next →

How to limit the number of rows returned by an MySQL query

by Shiji Pan

Posted on August 10, 2013 by Shiji Pan

In MySQL, you can use “LIMIT <skip> <count>”, like this:

select *
from sometable
order by name
limit 20,10

In Oracle: http://www.withdata.com/ad/oracle/how-to-limit-the-number-of-rows-returned-by-an-oracle-query-after-ordering.html .

In SQL Server: http://www.withdata.com/ad/sql-server/the-sql-server-equivalent-for-the-mysql-limit.html .

In DB2: http://www.withdata.com/ad/db2/the-db2-equivalent-for-the-mysql-limit.html .

In Sqite: http://www.withdata.com/ad/sqlite/how-to-limit-the-number-of-rows-returned-by-an-sqlite-query.html .

In PostgreSQL: http://www.withdata.com/ad/postgresql/how-to-limit-the-number-of-rows-returned-by-an-postgresql-query.html .

Some MySQL tools you can try: https://www.withdata.com/mysql/

  • Facebook
  • Twitter
  • YouTube
This entry was posted in Mysql and tagged equivalent for the MySQL Limit, Mysql by Shiji Pan. Bookmark the permalink.

Recent Posts

  • Batch convert TXT files to Excel files
  • Convert TXT to CSV
  • Batch convert TXT files to CSV files
  • Merge multiple TXT files into one CSV
  • Batch convert SQL files to Excel files
Withdata Software. ©2004 - 2025 All rights reserved.