After adding duplicate areas, ascending order, no paging

Source: Internet
Author: User
After repeated regions are added, you can add them in ascending order, without paging. on my webpage, add & nbsp; repeated Regions & nbsp; 50 messages are displayed & nbsp; in ascending order & nbsp; pagination is not allowed. The old information at the bottom of the page is at the top of the page. However, when more than 50 pieces of information are added, 1-50 pieces of information are displayed on the page. I don't want to display any old information when I add a new message. Thank you for adding duplicate regions, ascending order, and no paging
I want to teach you how to add repeated areas on my webpage. 50 pieces of information cannot be displayed in ascending order. The old information at the bottom of the page is at the top of the page. However, when more than 50 pieces of information are added, 1-50 pieces of information are displayed on the page. I don't want to display any old information when I add a new message. Thank you.

Paging

Share:


------ Solution --------------------
If it is read from the database, desc it first and then limit it to get the first 50.
Select * from table desc order by id limit 0, 49
If you want to sort in ascending order, select * from (select * from table order by id desc limit) order by id asc

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.