M
M
misc12015-08-04 23:20:49
MySQL
misc1, 2015-08-04 23:20:49

Search between two timestamp in MySQL?

Hello.
There are several timestamps:
1438383600 1440975600
How can I write a SQL query to search between these timestamps?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2015-08-04
@misc1

SELECT * FROM tableName WHERE timestampField BETWEEN 1438383600 AND 1440975600

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question