SQL Server right() function with cast()The right() function returns the right part of a character string with the specified number of characters. It […] February 23, 2017 in SQL Server tagged sql / cast / right by Mike
SQL Server UNION and UNION ALLThe UNION, EXCEPT and INTERSECT operators are relational operators that combine rows from the results sets of two […] February 23, 2017 in SQL Server tagged sql by Mike