Categories
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
SELECT * FROM tableName WHERE timestampField BETWEEN 1438383600 AND 1440975600
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question