P
P
pimanov32019-04-09 10:52:56
MySQL
pimanov3, 2019-04-09 10:52:56

How to get from the table (table) the contents of a certain row (2), in a certain column (time)?

How to get from the table (table) the contents of a certain row (2), in a certain column (time)?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Konstantin Tsvetkov, 2019-04-09
@pimanov3

Lines have no "count" (number), only order.

SELECT time FROM table ORDER BY id LIMIT 1 OFFSET 1

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question