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 your SQL Server database version is 2016 and above, a ready-made STRING_SPLIT function will come automatically. But if you have a SQL Server database under it, including 2014, you will never have ...
The SQL string functions are applied for working with the textual and string data. They have quite a large part involved in cleaning, transforming, and extracting data from the text fields. CONCAT.
After my post about Encrypting Rich Text fields in Power Apps that store their data in SQL server now the promised decryption code in this post as well. Where last week I wrote the script as a ...