SQL Server: SPACE Function
This SQL Server tutorial explains how to use the SPACE function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the SPACE function returns a string with a…
SQL Server
This SQL Server tutorial explains how to use the SPACE function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the SPACE function returns a string with a…
This SQL Server tutorial explains how to use the RIGHT function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the RIGHT function allows you to extract a…
This SQL Server tutorial explains how to use the STUFF function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the STUFF function deletes a sequence of characters…
This SQL Server tutorial explains how to use the REPLACE function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the REPLACE function replaces a sequence of characters…
This SQL Server tutorial explains how to use the PATINDEX function in SQL Server (Transact-SQL) with syntax and examples. Description In SQL Server (Transact-SQL), the PATINDEX functions returns the location of a…
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…