
CAST and CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
Reference for the CAST and CONVERT Transact-SQL functions. These functions convert expressions from one data type to another.
SQL Server CAST () Function - W3Schools
Definition and Usage The CAST () function converts a value (of any type) into a specified datatype. Tip: Also look at the CONVERT () function. Syntax CAST (expression AS datatype (length))
CAST et CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
Référence pour les fonctions Transact-SQL CAST et CONVERT. Ces fonctions convertissent des expressions d’un type de données en un autre.
CAST e CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
Referência das funções Transact-SQL CAST e CONVERT. Essas funções convertem uma expressão de um tipo de dados em outro.
CAST y CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
Referencia para las funciones CAST y CONVERT de Transact-SQL. Estas funciones convierten una expresión de un tipo de datos a otro.
SQL CAST() - SQL
La fonction CAST() dans le langage SQL est une fonction de transtypage qui permet de convertir une données d’un type en un autre. Il est par exemple possible de transformer une date au format …
CAST und CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
Transact-SQL-Referenz für die Funktionen CAST und CONVERT Mit diesen Funktionen wird ein Ausdruck von einem Datentyp in einen anderen konvertiert.
CAST 和 CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
CAST 和 CONVERT Transact-SQL 函数的参考。 这些函数将表达式由一种数据类型转换为另一种数据类型。
CAST e CONVERT (Transact-SQL) - SQL Server | Microsoft Learn
Informazioni di riferimento per le funzioni Transact-SQL CAST e CONVERT. Queste funzioni convertono un'espressione da un tipo di dati a un altro.
SQL Server CAST () Function
The CAST() function is a type conversion function in SQL Server that converts a value of one data type to another. It can convert data types such as character, date, time, and numeric types, and is …