Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想问一下如何从数据库表中检索记录,时间范围从晚上 10 点到早上 6 点。
尝试这样的事情:
SELECT * FROM table WHERE creation_time BETWEEN '2013-05-10 10:00:00' AND '2013-05-10 18:00:00'