News

-- This function is used to concatenate two or more text strings into a single string. Select Concat(string1, string2) As result From table_name; --? 2. Substring /* Allows you to extract a part of a ...
If the ordinal output column isn't enabled, STRING_SPLIT returns a single-column table whose rows are the substrings. The name of the column is value. It returns nvarchar if any of the input arguments ...
Understanding of the functions of SQL is essential in order to conduct effective analysis of data and preparation of the reports. The simple grouping functions which are used in the summarization ...
NewDateValue NULL Logical Functions The next grouping of new T-SQL commands is logical functions; they include two new commands, CHOOSE and IIF. These commands are used for logical operations to help ...