W3Schools
w3schools.com › sql › func_sqlserver_convert.asp
SQL Server CONVERT() Function
The CONVERT() function converts a value (of any type) into a specified datatype. Tip: Also look at the CAST() function. ... If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail: ...
W3Schools
w3schoolsua.github.io › sql › sql_ref_sqlserver_en.html
SQL Server Functions. Lessons for beginners. W3Schools in English
SQL Server has many built-in functions. This reference contains string, numeric, date, conversion, and some advanced functions in SQL Server. String Functions. Math/Numeric Functions. Date Functions. Advanced Functions. Examples. Lessons for beginners. W3Schools in English
W3Schools
www-db.deis.unibo.it › courses › TW › DOCS › w3schools › sql › func_convert.asp.html
SQL Server CONVERT() Function
The CONVERT() function is a general function that converts an expression of one data type to another.
W3Schools
w3schools.com › sql › func_mysql_convert.asp
MySQL CONVERT() Function
The CONVERT() function converts a value into the specified datatype or character set. Tip: Also look at the CAST() function. ... If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail: ...
W3Schools
w3schools.sinsixx.com › sql › func_convert.asp.htm
SQL Server CONVERT() Function - SinSiXX - W3Schools
Well organized easy to understand SQL tutorial with lots of examples. Including PHP, ASP, ADO, Oracle, Access, SQL Server. Related: HTML, JavaScript, XML, XQuery
W3Schools
w3schools.com › sql › func_mysql_conv.asp
MySQL CONV() Function
The CONV() function converts a number from one numeric base system to another, and returns the result as a string value. Note: This function returns NULL if any of the parameters are NULL.
Microsoft Learn
learn.microsoft.com › en-us › sql › t-sql › functions › cast-and-convert-transact-sql
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.
W3Schools
w3schools.com › sql › func_sqlserver_cast.asp
SQL Server CAST() Function
String Functions: ASCII CHAR CHARINDEX CONCAT Concat with + CONCAT_WS DATALENGTH DIFFERENCE FORMAT LEFT LEN LOWER LTRIM NCHAR PATINDEX QUOTENAME REPLACE REPLICATE REVERSE RIGHT RTRIM SOUNDEX SPACE STR STUFF SUBSTRING TRANSLATE TRIM UNICODE UPPER Numeric Functions: ABS ACOS ASIN ATAN ATN2 AVG CEILING COUNT COS COT DEGREES EXP FLOOR LOG LOG10 MAX MIN PI POWER RADIANS RAND ROUND SIGN SIN SQRT SQUARE SUM TAN Date Functions: CURRENT_TIMESTAMP DATEADD DATEDIFF DATEFROMPARTS DATENAME DATEPART DAY GETDATE GETUTCDATE ISDATE MONTH SYSDATETIME YEAR Advanced Functions CAST COALESCE CONVERT CURRENT_USER IIF ISNULL ISNUMERIC NULLIF SESSION_USER SESSIONPROPERTY SYSTEM_USER USER_NAME MS Access Functions
W3Schools
w3schools.com › sql › func_sqlserver_format.asp
SQL Server FORMAT() Function
For general data type conversions, use CAST() or CONVERT(). ... If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail: sales@w3schools.com
W3Schools
w3schools.com › sql › sql_ref_sqlserver.asp
SQL Server Functions
String Functions: ASCII CHAR CHARINDEX CONCAT Concat with + CONCAT_WS DATALENGTH DIFFERENCE FORMAT LEFT LEN LOWER LTRIM NCHAR PATINDEX QUOTENAME REPLACE REPLICATE REVERSE RIGHT RTRIM SOUNDEX SPACE STR STUFF SUBSTRING TRANSLATE TRIM UNICODE UPPER Numeric Functions: ABS ACOS ASIN ATAN ATN2 AVG CEILING COUNT COS COT DEGREES EXP FLOOR LOG LOG10 MAX MIN PI POWER RADIANS RAND ROUND SIGN SIN SQRT SQUARE SUM TAN Date Functions: CURRENT_TIMESTAMP DATEADD DATEDIFF DATEFROMPARTS DATENAME DATEPART DAY GETDATE GETUTCDATE ISDATE MONTH SYSDATETIME YEAR Advanced Functions CAST COALESCE CONVERT CURRENT_USER IIF ISNULL ISNUMERIC NULLIF SESSION_USER SESSIONPROPERTY SYSTEM_USER USER_NAME MS Access Functions
W3Schools
w3schools.com › sql › sql_between.asp
SQL BETWEEN Operator
String Functions: ASCII CHAR CHARINDEX CONCAT Concat with + CONCAT_WS DATALENGTH DIFFERENCE FORMAT LEFT LEN LOWER LTRIM NCHAR PATINDEX QUOTENAME REPLACE REPLICATE REVERSE RIGHT RTRIM SOUNDEX SPACE STR STUFF SUBSTRING TRANSLATE TRIM UNICODE UPPER Numeric Functions: ABS ACOS ASIN ATAN ATN2 AVG CEILING COUNT COS COT DEGREES EXP FLOOR LOG LOG10 MAX MIN PI POWER RADIANS RAND ROUND SIGN SIN SQRT SQUARE SUM TAN Date Functions: CURRENT_TIMESTAMP DATEADD DATEDIFF DATEFROMPARTS DATENAME DATEPART DAY GETDATE GETUTCDATE ISDATE MONTH SYSDATETIME YEAR Advanced Functions CAST COALESCE CONVERT CURRENT_USER IIF ISNULL ISNUMERIC NULLIF SESSION_USER SESSIONPROPERTY SYSTEM_USER USER_NAME MS Access Functions
Scribd
scribd.com › doc › 83226238 › Www-w3schools-Com-SQL-Func-Convert-ASP
SQL Server CONVERT() Function Guide | PDF | Computers
JavaScript is disabled in your browser · Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
Reddit
reddit.com › r/learnprogramming › sql vs mysql on w3schools
r/learnprogramming on Reddit: SQL vs MySQL on w3schools
March 26, 2022 -
Why would w3schools have two different tutorial sets for SQL and MySQL?
I know that SQL is querying language and MySQL is a DBMS.
I compared a few topics and those are word by word identical.
Does anyone knows what is the purpose of both of these tutorials existing?
Top answer 1 of 3
9
There are numerous differences between the MS SQL Server and MySQL database products. They are similar but there are syntax differences. Although they both use the Structured Query Language, they are not the same product.
2 of 3
6
SQL is a database concept that comes in many flavors. MySQL is a particular flavor. If you learn mysql you will be able to use mariadb, postgre, and a few others easily. There is a syntax and conceptual difference though with other varieties like mssql. Maybe take the general SQL course because it may cover more topics and mechanisms that MySQL doesn't support (yet), imho. When I started with these things, I used dbase, dbase3, foxpro, access, visual foxpro, mssql, MySQL and then Mariadb before I retired (in that order). The learning curve wasn't too bad when switching between products (except implementing relational databases, that wasn't fun).
TechOnTheNet
techonthenet.com › sql_server › functions › convert.php
SQL Server: CONVERT Function
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 expression from one datatype to another datatype.
MSSQLTips
mssqltips.com › home › sql date format examples using convert function
SQL Date Format Examples using SQL CONVERT Function
September 26, 2025 - Learn how to use SQL CONVERT for different SQL date format options and achieve the desired date representation.
W3Schools
w3schools.com › sql › sql_datatypes.asp
SQL Data Types for MySQL, SQL Server, and MS Access
String Functions: ASCII CHAR CHARINDEX CONCAT Concat with + CONCAT_WS DATALENGTH DIFFERENCE FORMAT LEFT LEN LOWER LTRIM NCHAR PATINDEX QUOTENAME REPLACE REPLICATE REVERSE RIGHT RTRIM SOUNDEX SPACE STR STUFF SUBSTRING TRANSLATE TRIM UNICODE UPPER Numeric Functions: ABS ACOS ASIN ATAN ATN2 AVG CEILING COUNT COS COT DEGREES EXP FLOOR LOG LOG10 MAX MIN PI POWER RADIANS RAND ROUND SIGN SIN SQRT SQUARE SUM TAN Date Functions: CURRENT_TIMESTAMP DATEADD DATEDIFF DATEFROMPARTS DATENAME DATEPART DAY GETDATE GETUTCDATE ISDATE MONTH SYSDATETIME YEAR Advanced Functions CAST COALESCE CONVERT CURRENT_USER IIF ISNULL ISNUMERIC NULLIF SESSION_USER SESSIONPROPERTY SYSTEM_USER USER_NAME MS Access Functions
W3Schools
w3schools.com › sql › func_sqlserver_replace.asp
SQL Server REPLACE() Function
String Functions: ASCII CHAR CHARINDEX CONCAT Concat with + CONCAT_WS DATALENGTH DIFFERENCE FORMAT LEFT LEN LOWER LTRIM NCHAR PATINDEX QUOTENAME REPLACE REPLICATE REVERSE RIGHT RTRIM SOUNDEX SPACE STR STUFF SUBSTRING TRANSLATE TRIM UNICODE UPPER Numeric Functions: ABS ACOS ASIN ATAN ATN2 AVG CEILING COUNT COS COT DEGREES EXP FLOOR LOG LOG10 MAX MIN PI POWER RADIANS RAND ROUND SIGN SIN SQRT SQUARE SUM TAN Date Functions: CURRENT_TIMESTAMP DATEADD DATEDIFF DATEFROMPARTS DATENAME DATEPART DAY GETDATE GETUTCDATE ISDATE MONTH SYSDATETIME YEAR Advanced Functions CAST COALESCE CONVERT CURRENT_USER IIF ISNULL ISNUMERIC NULLIF SESSION_USER SESSIONPROPERTY SYSTEM_USER USER_NAME MS Access Functions