Subject | Get all records posted at a specific time |
---|---|
Author | Clay Shannon |
Post date | 2005-05-17T14:38:44Z |
How can I see all the records posted at a specific time? My tables have a
CREATED column which is populated with a value like '5/16/2005 10:05:44 AM'
However, the following SQL:
select * from scheduled_work
where created = '5/16/2005 10:05:44 AM'
is rejected with a conversion error
Clay Shannon,
Dimension 4 Software
[Non-text portions of this message have been removed]
CREATED column which is populated with a value like '5/16/2005 10:05:44 AM'
However, the following SQL:
select * from scheduled_work
where created = '5/16/2005 10:05:44 AM'
is rejected with a conversion error
Clay Shannon,
Dimension 4 Software
[Non-text portions of this message have been removed]