About 2,750,000 results
Open links in new tab
  1. datetime - SQL Developer is returning only the date, not the time

    Oracle SQL Developer (Left top icon) > Preferences > Database > NLS and set the Date Format as MM/DD/YYYY HH24:MI:SS

  2. How to Get Current Date and Time in SQL? - GeeksforGeeks

    Dec 16, 2024 · In this article, we will explain the three main SQL functions to fetch the current date and time: GETDATE (), CURRENT_TIMESTAMP (), and SYSDATETIME (). We will …

  3. SYSDATETIME (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 22, 2024 · The following examples use the six SQL Server system functions that return current date and time to return the date, time or both. The values are returned in series; …

  4. SQL Server Get Current Date - SQL Server Guides

    Apr 1, 2025 · The most commonly used function to retrieve the current date and time in SQL Server is GETDATE(). This function returns the current database system timestamp as a …

  5. SQL Server SYSDATETIME (): Get Current Date and Time with High ...

    Oct 27, 2024 · Learn how to use the SQL Server SYSDATETIME() function to retrieve the current date and time with the highest possible precision. This comprehensive guide covers syntax, …

  6. SQL Server SYSDATETIME() Function - W3Schools

    The SYSDATETIME() function returns the date and time of the computer where the SQL Server is running. Syntax

  7. Getting current system time in SQL Server - Stack Overflow

    Mar 15, 2012 · Is there any way to get current time and minutes from SQL to compare with date time?

  8. SQL CURRENT_TIMESTAMP: Get the Current Date and Time - SQL

    This tutorial shows you how to use the SQL CURRENT_TIMESTAMP function to get the current date and time of the database server.

  9. How to Get the Current Date and Time in SQL - InfluxData

    Mar 20, 2023 · The DATE_FORMAT() function is an SQL date and time function that takes a date-time value as input and returns whatever value you specify (in a valid time format) as output.

  10. Retrieving the Current Date and Time in SQL - Baeldung

    Oct 24, 2024 · In this article, we explored how to retrieve the current date and time using SQL across different databases, including SQL Server, MySQL, and PostgreSQL.

  11. Some results have been removed