Skip to content

Commit d31a46e

Browse files
committed
Heading fixes
1 parent ccd1ad4 commit d31a46e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/log-analytics/query-language/sql-cheatsheet.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 08/20/2018
15+
ms.date: 08/21/2018
1616
ms.author: bwren
1717
ms.component: na
1818
---
1919

2020
# SQL to Log Analytics query language cheat sheet
2121

22-
The table helps users who are familiar with SQL to learn the Log Analytics query language. Have a look at the T-SQL command for solving a common scenarios and the equivalent using Log Analytics.
22+
The table below helps users who are familiar with SQL to learn the Log Analytics query language. Have a look at the T-SQL command for solving a common scenarios and the equivalent using Log Analytics.
23+
24+
## SQL to Log Analytics
2325

2426
Description |SQL Query |Azure Log Analytics Query
2527
----------------------------------------|---------------------------------------------------------------------------------------------------|----------------------------------------

articles/log-analytics/query-language/useful-operators.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,17 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 08/16/2018
15+
ms.date: 08/21/2018
1616
ms.author: bwren
1717
ms.component: na
1818
---
1919

20-
## Useful operators in Log Analytics queries
20+
# Useful operators in Log Analytics queries
2121

2222
The table below provides some common functions to use for different scenarios in Log Analytics queries.
2323

24+
## Useful operators
25+
2426
Category |Relevant Analytics Function
2527
----------------------------------------|----------------------------------------
2628
Selection and Column aliases |`project`, `project-away`, `extend`

0 commit comments

Comments
 (0)