About 617,000 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 this function, it first adds the second …

  2. Date and time data types and functions (Transact-SQL)

    Functions that return system date and time values Transact-SQL derives all system date and time values from the operating system of the computer on which the instance of SQL Server runs.

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

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

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

  6. MySQL TIMESTAMP Data Type

    In this tutorial, you will learn about MySQL TIMESTAMP data type and how to use it to define columns that store timestamp data.

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

  9. CURRENT_TIMESTAMP (Transact-SQL) - SQL Server | Microsoft …

    Apr 30, 2007 · This function returns the current database system timestamp as a datetime value, without the database time zone offset. CURRENT_TIMESTAMP derives this value from the …

  10. How to Insert Timestamp in MySQL (With Example) - Statology

    Feb 1, 2024 · This tutorial explains how to insert a timestamp in MySQL, including an example.