D
D
ddddd tttt2017-09-23 10:34:45
MySQL
ddddd tttt, 2017-09-23 10:34:45

How to make a request from 3 to 10 records and stuff like that?

You need to request data in batches.
0,1,2, then 3,4,5, etc.
These are the line numbers, not the id, but the sequence number.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Camaro67, 2017-09-23
@pashaa

LIMIT will help you with this.
SELECT ... FROM ... LIMIT 0, 3

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question