About 737,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. …

  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 …

  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 …

  4. 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 …

  5. 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 …

  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 …

  7. 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 …

  8. 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 …

  9. How to use the MySQL TIMESTAMP () function

    Jan 3, 2024 · In this article, we will learn how to use the MySQL TIMESTAMP () function, which returns the timestamp value of a date, datetime, or timestamp value, or a string that can be …

  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 …