[MySQL] 查詢5分鐘內的數據

select * from table_name where time >= now()-interval 5 minute;
相關文章
相關標籤/搜索