<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Mysql Time on Jamshid Hashimi</title><link>https://jamshidhashimi.com/tags/mysql-time/</link><description>Recent content in Mysql Time on Jamshid Hashimi</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Mon, 26 Dec 2011 09:13:40 +0000</lastBuildDate><atom:link href="https://jamshidhashimi.com/tags/mysql-time/rss.xml" rel="self" type="application/rss+xml"/><item><title>How to get data which is added between hours in MySQL?</title><link>https://jamshidhashimi.com/how-to-get-data-which-is-added-between-hours-in-mysql/</link><pubDate>Mon, 26 Dec 2011 09:13:40 +0000</pubDate><guid>https://jamshidhashimi.com/how-to-get-data-which-is-added-between-hours-in-mysql/</guid><description>SELECT * FROM TABLE WHERE HOUR(time) BETWEEN 1 AND 2; This query brings all records between 1 and 2 o’clock according to time field of you table. (time = The DB field which you save the time)</description></item></channel></rss>