Why does "select * from events" only show the result of schedules on today?

goodboy

ADSM.ORG Member
Joined
Dec 29, 2008
Messages
53
Reaction score
0
Points
0
To get results of client schedules on 06/20/2009, I use the query "select * from events where date(scheduled_start)='06/20/2009'". But I don't get anything. If changing the query to "select * from events where date(scheduled_start)='06/22/2009", TSM gives me the results of 06/22/2009 (06/22/2009 is today).

Do not use SQL query, I use the command "q event standard sche_name begind=06/20/2009 endt=06/20/2009". I can get all I need.

Why does TSM only give the result of today when using "select ..." command? How can I use select command to get records of previous days?

Thanks for any response!
 
That's great. Thanks Phil and Chris (and Mason_Love also)!
 
Back
Top