Hi,
Thanks for reaching out to Microsoft Q&A.
This is what microsoft documentation has mentioned for converting SQL to KQL.
If you're familiar with SQL and want to learn KQL, translate SQL queries into KQL by prefacing the SQL query with a comment line,
--
, and the keywordexplain
. The output will show the KQL version of the query, which can help you understand the KQL syntax and concepts.
Please go through the cheat sheet in the below link from microsoft.
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/sqlcheatsheet
Let me know if this worked, so we can assure other users who are looking for such solution.
Please Upvote and Accept as answer if the reply was helpful, this will be benefitting the other community members who go through the same issue.