Deprecated: Function is_staging_site is deprecated since version 3.3.0! Use in_safe_mode instead. in /home/seotoolh/public_html/memorypointer.com/wp-includes/functions.php on line 5453
LIMIT mysql query results | MemoryPointer.com
Deprecated: Function is_staging_site is deprecated since version 3.3.0! Use in_safe_mode instead. in /home/seotoolh/public_html/memorypointer.com/wp-includes/functions.php on line 5453
enable mysql remote access

In Mysql LIMIT  is used to limit query results

For example

SELECT * FROM Employees LIMIT 50

will output first 50 records from employee table

We can also specify the starting record no. like

SELECT * FROM Employees LIMIT 10,50

will output records starting from record no. 11 to 50

Get Free Email Updates!

Signup now and receive free offers, discounts & coupon codes

I agree to have my personal information transfered to Mad Mimi ( more information )

I will never give away, trade or sell your email address. You can unsubscribe at any time.

Leave a Reply

Your email address will not be published. Required fields are marked *

CommentLuv badge

This site uses Akismet to reduce spam. Learn how your comment data is processed.