News

This function is used to convert value of column in uppercase . if value of column already in a uppercase then it doesn't covert . it convert only if value of filed is in lowercase .syntax :select ...
Technical documentation for Microsoft SQL Server, tools such as SQL Server Management Studio (SSMS) , SQL Server Data Tools (SSDT) etc. - MicrosoftDocs/sql-docs ...
To perform case insensitive queries in Cosmos DB I can use the SQL function UPPER to convert a string to upper case. Unfortunately, the documentation does not specify how this conversion is done.