Tagged Questions
3
votes
5answers
689 views
How do I get the last possible time of a particular day
I'm trying to achieve the last possible time of a particular day eg for Date of 2008-01-23 00:00:00.000 i would need 2008-01-23 23:59:59.999 perhaps by using the dateadd function on the Date field?
2
votes
3answers
88 views
SQL Counting Rows Per Day - Firebird Database
I am using a Firebird database to store Logs from an Web App.
Each logged step,is stored in a different row of this table.
Each Row have a Data (OADATE formatted,as a double).
My next step,is writing ...
1
vote
4answers
1k views
Get string representation of a sql DateTime day
Let's say i have a sql datetime of '1 May 2009' or '12 May 2009'.
Is there any built in sql function / operation i can perform on the dates above to return the string representation of the DAY of the ...