Microsoft
Software
Hardware
Network
Question : How do I get the time only from a SQL datetime value?
I've googled this until my brain hurts and every example I try doesn't return the right thing. I have this, in a datetime field:
'2007-03-17 13:25:00'
I need to query on the time only. (13:25:00) How do I do this reliably?
Thanks!
Answer : How do I get the time only from a SQL datetime value?
SELECT CONVERT(CHAR(10),GETDATE()
,8)
Random Solutions
sglmangr - net service configuration - the specified service does not exist as an installed service
Loading gif images
Access qurery not showing the right data with linked SQL 2005 tables
Can Dell Poweredge 2950 run SBS 2008
Delete Access Query using ADOX
Subnet Mask
Mail-Merge Methods C#
Sumproduct fails when there it is there is 0
Excel + Access Integration - Passing Parameters
Setting up OKI C5100n on Windows Vista Business (32 bit)