Forum Discussion
Luizao_f
Aug 11, 2021Brass Contributor
how to use wildcard (*) for join parameter in KQL?
Hi guys. I'm racking my brain with this and would like some help. 🙂 I want to know how to use wildcard(*) for join union parameter. I need to join two tables with the same names in the fields, ho...
UriBarash
Microsoft
Aug 29, 2021Try joining on the two mandatory fields using left or full outer and filter afterwards based on your complex criteria.