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
Only one parameter passed to function but For Each...Next keeps going after first pass. Can't understand why.
How can I use a combobox field to auto-fill other fields on a form?
Unable to load Local Users and Groups
modifying the default color palette
Web.Config Error - Sections must only appear once per config file. See the help topic <location> for exceptions.
Access 2000 Runtime
foxpro sql insert data with comma in text
Setting LinkChildField and LinkMasterField Property Issue
Excel2003 header with logo, multiple sheets, left justified
ProgressBar - VB.Net ( Windows Application )