Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. 23 de jul. de 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 first, and then returns a datetime value. Syntax

  2. ¿Qué tipo de dato elegir para guardar fechas y horas en MySQL? Este artículo explica las diferencias entre DateTime y TimeStamp, sus rangos, formatos, zonas horarias y usos.

  3. Learn the characteristics, formats, ranges, and conversions of the DATE, DATETIME, and TIMESTAMP data types in MySQL. See how to use CAST() with the AT TIME ZONE operator to convert TIMESTAMP values to UTC DATETIME values.

  4. 26 de abr. de 2023 · Aprenda sobre los tipos de datos y funciones de fecha y hora de Transact-SQL, que se usan para almacenar y manipular valores de fecha y hora en SQL Server. El artículo explica los formatos, intervalos, precisiones y determinismo de cada tipo y función, y ofrece ejemplos y enlaces a otros recursos.

  5. Learn how to use date and time data types and functions in Transact-SQL, such as timestamp, which is a deprecated synonym for rowversion. See the format, range, accuracy, and storage size of each data type and the syntax and return value of each function.

  6. 25 de nov. de 2022 · Learn how to use different SQL timestamp functions to work with date and time data types in SQL Server. See the syntax, output and examples of each function category, such as system, date parts, difference, modification and validation.

  7. 25 de abr. de 2024 · 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 operating system of the computer on which the instance of SQL Server runs.