News

SQL Server 2012 was released last April, making it the 11th major release of the product. Every new version has delivered new functionality that should excite developers, and this release is no ...
Oracle SQL string functions have included the Soundex function for a long time. Soundex is a phonetic normalization function that was invented for the 1880 U.S. Census to get around the problem of ...
Functions are predefined in SQL and you use them to perform operations on data. They let you do things like aggregating data, formatting strings, extracting dates, and so on. So Windows functions ...
(The example in this article applies to SQL Server 2000 and later ... I can write the sorting function. This function, udf_SortString, accepts a string of characters and returns them in sorted ...