mystuff777
IS-IT--Management
I read the FAQ on this subject, but am still doing something wrong. I have two columns in a table that are of the data type datetime. The following query should return 17 rows but instead is returning 0. What am I doing wrong?
Code:
select EngagementNumber, StartDate, convert (varchar,StartTime,108)
from Engagements
Where
startdate between '1999-08-01' and '1999-08-31'
And StartTime between '12:00:00' and '17:00:00'
order by EngagementNumber