scenario: there are 100 pieces of data in the data table, and each piece of data has n fields. In general, on the list page, you only need to load 5 items at a time according to the id order of the table. Now I want to query not only 5 pieces of data in order, but also one other piece of data randomly, and return the results to the front end
.question: how to find out the result of 5: 1 at one time (a sql statement)?