Forum Discussion

quinzy's avatar
quinzy
Copper Contributor
Dec 14, 2020
Solved

hyphen minus in string search

We have a query to find out what firefox extensions are installed on our clients, somehow the filename cannot be search on hyphen minus , if we run the query he did not recognized it. I think it is ...
  • shoando's avatar
    Dec 15, 2020

    You are using a left-outer join, so the browser extension name for records that don't hit the filename will be blank.

    https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/joinoperator?pivots=azuredataexplorer#left-outer-join-flavor

Resources