Hi,
I'm trying to find all faults in my helpdesk database that have been completed today. The query below doesn't return anything even though there are completed faults today. Can anyone help? Thanks.
SELECT [date fault reported], [date fault completed], [fault number], [status] FROM [fault table]
WHERE ([date fault completed]) = (GETDATE())
I'm trying to find all faults in my helpdesk database that have been completed today. The query below doesn't return anything even though there are completed faults today. Can anyone help? Thanks.
SELECT [date fault reported], [date fault completed], [fault number], [status] FROM [fault table]
WHERE ([date fault completed]) = (GETDATE())