Hello all :)
Sorry if this is applied to the wrong forum.
I have a database "sybase" the stores data through out the day by time stamp "2012-04-04 02:44:59.000"
What im trying to run a select statment pulling my data and summing it for all of the time stamps that occured today in my data...
Hello all :)
Sorry if this is applied to the wrong forum.
I have a database the stores data through out the day by time stamp "2012-04-04 02:44:59.000"
What im trying to run a select statment pulling my data and summing it for all of the time stamps that occured today in my data base for...
Hello all :)
Sorry if this is applied to the wrong forum.
I have a database the stores data through out the day by time stamp "2012-04-04 02:44:59.000"
What im trying to run a select statment pulling my data and summing it for all of the time stamps that occured today in my data base for...
Hello all trying to query all of the time stamps that ocurred today only.
was trying to use:
Select
""
""
having system_info.date_time)>=Date()+1 And (system_info.date_time)<Date()+2)
as well
(system_info.date_time = DATEADD(dd,1,GETDATE()) and GETDATE())
but no luck
was is the correct...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.