I know in SQL Server you can change collation in your where clause to perform a case sensitive search on a string. Does SWQL have such a function?
I looked in the Wiki on GitHub and didn't see a function like that, but I know there are many functions that have been added to SWQL that don't appear on that Wiki (e.g. ChangeTimeZone, ToServerLocalFromUtc, and Grouping). I'm writing a script and, while I can do that in the script's code, it would be far easier to perform it in the query.
Thanks for any help you can offer.