How to sort multiple columns in a mysql table to obtain the first or next column of a specified value?

Source: Internet
Author: User
Mysql tables are sorted by multiple columns to obtain the first or next entry of a specified value. how can we make it simple? mysql, table name: tblsale, there are two fields, date and index, to determine a sales order (n orders in a day are identified by index). the records in the table are not necessarily discharged in order, because there is a possibility of subsequent addition. How to sort multiple columns in a mysql table to obtain the first or next column of a specified value?
The table name tblsale is a mysql database for purchase, sales, and inventory. There are two fields: date and index to determine a sales order (n orders exist in one day, which are differentiated by index ), the records in the table are not necessarily discharged in order, because there is a possibility of additional charges.
Simply sort the records in the table. you can use order by date and index to sort the records (in ascending or descending order as needed ).
Now the front end uploads a date and an index. based on the specific date and index, we can find the previous or next order. In PHP, how can we make it simple? Share: More

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.