About 739,000 results
Open links in new tab
  1. Date and time data types and functions (Transact-SQL)

    The Transact-SQL rowversion data type isn't a date or time data type. timestamp is a deprecated synonym for rowversion. The following tables list the Transact-SQL date and time functions. For …

  2. 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 this function, it first adds the second argument to the …

  3. 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 values in SQL Server and extract a relevant part from …

  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 part in a value inserted into a DATETIME or …

  5. 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 scenarios where timezone independence and long-range …

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

    Nov 13, 2025 · Dates and timestamps (with or without time zone) are all comparable, while times (with or without time zone) and intervals can only be compared to other values of the same data type.

  7. Get Date From Timestamp SQL Server

    Jun 23, 2025 · As a SQL developer, I often received the requirement to retrieve a date from SQL Server. In this comprehensive guide, I’ll walk you through multiple methods for extracting date components …

  8. Top 5 Best Usage of SQL TimeStamp - MadeSimpleMSSQL

    Aug 17, 2025 · The SQL TimeStamp function in SQL Server is widely used to handle row versioning. When a row is inserted or updated in a table, the TimeStamp column automatically gets a new …

  9. 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 represent and return a datetime expression out of a …

  10. Mastering SQL TIMESTAMP Functions: Advanced Date and Time

    Jun 12, 2024 · This guide has walked you through the basics of creating and manipulating TIMESTAMP data, delved into advanced functions for complex scenarios, and highlighted best practices to …