About 21,700,000 results
Open links in new tab
  1. windows - What does %date:~-4,4%%date:~-10,2%%date:~ …

    Mar 22, 2016 · The above command line defines an environment variable with name fileName starting with fixed string db_, appending with %date:~-4,4% the last four characters of the …

  2. SQL query to select dates between two dates - Stack Overflow

    Feb 26, 2011 · I have a start_date and end_date. I want to get the list of dates in between these two dates. Can anyone help me pointing the mistake in my query. select Date,TotalAllowance …

  3. SQL Server - How to convert varchar to date - Stack Overflow

    Jul 8, 2018 · Because DATE or DATETIME is internally stored without format. It's just depends on settings how a date/datetime/datetime2 is presented to you by default when you select from it.

  4. Convert Date format into DD/MMM/YYYY format in SQL Server

    Jun 25, 2013 · I have a query in SQL, I have to get a date in a format of dd/mm/yy Example: 25/jun/2013. How can I convert it for SQL server?

  5. bash - YYYY-MM-DD format date in shell script - Stack Overflow

    Sep 9, 2009 · I tried using $(date) in my bash shell script, however, I want the date in YYYY-MM-DD format. How do I get this?

  6. sql - datetime Cast or Convert? - Stack Overflow

    Jul 2, 2013 · The following example displays the current date and time, uses CAST to change the current date and time to a character data type, and then uses CONVERT display the date and …

  7. sql - How do I use select with date condition? - Stack Overflow

    Mar 30, 2009 · In sqlserver, how do I compare dates? For example: Select * from Users where RegistrationDate >= '1/20/2009' (RegistrationDate is datetime type) Thanks

  8. sql - DATEDIFF function in Oracle - Stack Overflow

    Feb 9, 2015 · I need to use Oracle but DATEDIFF function doesn't work in Oracle DB. How to write the following code in Oracle? I saw some examples using INTERVAL or TRUNC. …

  9. sql - How to insert date values into table - Stack Overflow

    Dec 17, 2015 · In Oracle '2018-10-20' is a string, not a date. You must explicitly convert the string into date using TO_DATE with appropriate format mask or use ANSI date literal which uses …

  10. Google Sheets function list - Google Docs Editors Help

    Google Sheets supports cell formulas typically found in most desktop spreadsheet packages. Functions can be used to create formulas that manipulate data and calculate strings and …