About 46,500 results
Open links in new tab
  1. 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.

  2. SQL Server CONVERT () Function - W3Schools.com

    Definition and Usage The CONVERT () function converts a value (of any type) into a specified datatype. Tip: Also look at the CAST () function. Syntax CONVERT (data_type (length), expression, style)

  3. SQL Convert Examples for Dates, Integers, Strings and more

    May 28, 2024 · In this article, we look at how to use the SQL CONVERT function to convert between data types such as date, integers, strings, and more.

  4. SQL Server CONVERT Function Explained By Practical Examples

    Mar 14, 2019 · This tutorial shows you how to use the SQL Server CONVERT () function to convert a value of one type to another.

  5. CONVERT Function in SQL Server

    Nov 11, 2023 · This SQL Server tutorial explains how to use CONVERT function in SQL Server to transform the datatype of the value to another datatype.

  6. SQL Server: CONVERT Function - TechOnTheNet

    This SQL Server tutorial explains how to use the CONVERT function in SQL Server (Transact-SQL) with syntax and examples. In SQL Server (Transact-SQL), the CONVERT function converts an …

  7. SQL Server CONVERT () Function - TutorialsTeacher.com

    The CONVERT () function converts an expression of one data type to another data type.

  8. SQL Convert Function

    Jan 29, 2019 · In this article, we will discuss and learn basics and all details about SQL Server data type converting operations and also we will review the SQL CONVERT and TRY_CONVERT built-in …

  9. CONVERT () in SQL Server - Database.Guide

    Dec 17, 2021 · When attempting to concatenate two values with different data types, SQL Server needs to implicitly convert one of the values to use the data type of the other, so that they’re both the same …

  10. SQL Date Format Examples using SQL CONVERT Function - SQL Server

    Sep 26, 2025 · When querying SQL Server data, dates and times may not always be formatted the way you want. In this article, we look at how to use the SQL CONVERT function to format dates and …