About 68,700 results
Open links in new tab
  1. MySQL TIMESTAMP () Function - W3Schools

    Jul 23, 2017 · The TIMESTAMP () function returns a datetime value based on a date or datetime value. Note: If there are specified two arguments with …

  2. CURRENT_TIMESTAMP (Transact-SQL) - SQL Server | Microsoft Learn

    Nov 18, 2025 · This function returns the current database system timestamp as a datetime value, without the database time zone offset. …

  3. DATETIME vs TIMESTAMP Data Type in MySQL? - GeeksforGeeks

    Sep 13, 2024 · Choosing between DATETIME and TIMESTAMP depends on the specific requirements of your application. DATETIME is best for …

  4. 13.2.2 The DATE, DATETIME, and TIMESTAMP Types - MySQL

    A DATETIME or TIMESTAMP value can include a trailing fractional seconds part in up to microseconds (6 digits) precision. In particular, any fractional …

  5. Different SQL TimeStamp functions in SQL Server - SQL Shack

    Nov 25, 2022 · This article explored the various SQL TimeStamp functions along with examples. You can use these functions to work with date time …

  6. 9.9. Date/Time Functions and Operators - PostgreSQL

    May 14, 2026 · Dates and timestamps (with or without time zone) are all comparable, while times (with or without time zone) and intervals can only be …

  7. SQL Server Date and Time Functions with Examples

    Dec 31, 2024 · So, I put together this tutorial that shows the different date and time functions all in one place along with examples to make finding what …

  8. SQL TIMESTAMP () Function - All you need to know! - DigitalOcean

    Aug 3, 2022 · TIMESTAMP represents the date and time value of a particular record at a particular event. The TIMESTAMP() function enables us to …

  9. SQL Timestamp Help - Database Time Functions | MakeTimestamp

    Comprehensive SQL timestamp examples for MySQL, PostgreSQL, Oracle, and SQLite. Production-ready database timestamp queries with syntax …

  10. SQL Timestamp | Top 5 Examples to Implement of SQL Timestamp

    Mar 13, 2023 · Guide to SQL Timestamp. Here we discuss the Introduction to SQL Timestamp and the practical examples and different subquery …