Jump to content

MYSQL: BETWEEN time Statement


Colton.Wagner

Recommended Posts

My problem is that the following query will return more than just the data between two times on a specific date. Here is the mysql statement I am using.

SELECT * FROM Live_Data WHERE uid='$uid' AND Post_Date='$CurrentDate' AND Post_Time BETWEEN '$StartTime' AND '$CurrentTime' ORDER BY id DESC

When it is being processed this is how the variables are filled in:

SELECT * FROM Live_Data WHERE uid='1' AND Post_Date='2013-12-05' AND Post_Time BETWEEN '14:20:00' AND '14:50:00' ORDER BY id DESC

This query will return values on occasion but will generally return nothing. Have I done something wrong in my statement above? Advanced thanks for anyone who assists me with this issue.

Thanks,

 

Colton Wagner

Link to comment
https://forums.phpfreaks.com/topic/284564-mysql-between-time-statement/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.