I'm writing a query that pulls back various values, with one being a datetime value i.e. 2005-04-08 07:29:26.000 (dbo.tblScans.Scan_DateTime)
How do I strip the date off just to leave the time?
been looking at the convert function but can't get the correct syntax..
TIA
How do I strip the date off just to leave the time?
been looking at the convert function but can't get the correct syntax..
TIA