The SQL-Date-Functions tag is for questions related to database SQL functions that handle date and time information.
I have the query below where the date is hard-coded. My objective is to remove the harcoded date; the query …
sql oracle sql-date-functionsI am trying to get the total amount of registered users per day. At the moment I am using this: $…
mysql date sql-date-functionsIm trying to execute the following SQL query and filter out the data based on the date. I need to …
sql sql-server sql-server-2008 sql-date-functions sqldatetimeI'm trying get the results where it only displays OrderDates before the LAST day of the CURRENT month. I'm guessing …
sql sql-server tsql sql-date-functionsI want to perform a query which would look like this in native SQL: SELECT AVG(t.column) AS average_…
mysql sql doctrine-orm sql-date-functionsI have an orders table which contains an order ID, order date and order description. I want to run a …
sql sql-server select getdate sql-date-functionsI am trying to carefully and meticulously clean up some of my older (production) code. One thing I am trying …
java sql jodatime sql-date-functionsIn the docs I could only find a way to create a date from a string, e.g. DATE '2000…
sql postgresql sql-date-functionsI need to find some records created in a range of quarters. For example, I'm looking for all records created …
sql oracle oracle10g sql-date-functionsI have a String String s = "01 NOVEMBER 2012"; Then I want parse it to sqlDate. And insert it into the database. …
java date sql-date-functions