SQL Server: NCHAR Function
This SQL Server tutorial explains how to use the NCHAR function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the NCHAR function returns the Unicode character based…
This SQL Server tutorial explains how to use the NCHAR function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the NCHAR function returns the Unicode character based…
This SQL Server tutorial explains how to use the RTRIM function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the RTRIM function removes all space characters from…
This SQL Server tutorial explains how to use the LTRIM function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the LTRIM function removes all space characters from…
This SQL Server tutorial explains how to use the UPPER function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the UPPER function converts all letters in the…
This SQL Server tutorial explains how to use the LOWER function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the LOWER function converts all letters in the…
This SQL Server tutorial explains how to use the LEFT functions in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the LEFT functions allows you to extract a…
This SQL Server tutorial explains how to use the LEN functions in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the LEN functions returns the length of the…
This SQL Server tutorial explains how to use the DATALENGTH function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the DATALENGTH function returns the length of an expression,…
This SQL Server tutorial explains how to use the concatenate operator (+ operator) in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the + operator allows you to concatenate…
This SQL Server tutorial explains how to use the CONCAT function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the CONCAT function allows you to concatenate strings…