Skip to content

Commit bb061d4

Browse files
authored
Merge pull request #107435 from yossi-karp/update-author-to-orspod
Updated author to orspod
2 parents a943e8c + a6c572b commit bb061d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-explorer/kql-quick-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: KQL quick reference
33
description: A list of useful KQL functions and their definitions with syntax examples.
4-
author: yossi-karp
5-
ms.author: v-yokarp
4+
author: orspod
5+
ms.author: orspodek
66
ms.reviewer:
77
ms.service: data-explorer
88
ms.topic: conceptual
@@ -23,7 +23,7 @@ This article shows you a list of functions and their descriptions to help get yo
2323
| [case](/azure/kusto/query/casefunction) | Adds a condition statement, similar to if/then/elseif in other systems. | `case(predicate_1, then_1, predicate_2, then_2, predicate_3, then_3, else)` |
2424
| [distinct](/azure/kusto/query/distinctoperator) | Produces a table with the distinct combination of the provided columns of the input table | `distinct [ColumnName], [ColumnName]` |
2525
| **Date/Time** |**_Operations that use date and time functions_** | |
26-
|[ago](/azure/kusto/query/agofunction) | Returns the time offset relative to the time the query executes. For example, `ago(1h)` is one hour before the current clocks reading. | `ago(a_timespan)` |
26+
|[ago](/azure/kusto/query/agofunction) | Returns the time offset relative to the time the query executes. For example, `ago(1h)` is one hour before the current clock's reading. | `ago(a_timespan)` |
2727
| [format_datetime](/azure/kusto/query/format-datetimefunction) | Returns data in [various date formats](/azure/kusto/query/format-datetimefunction#supported-formats). | `format_datetime(datetime , format)` |
2828
| [bin](/azure/kusto/query/binfunction) | Rounds all values in a timeframe and groups them | `bin(value,roundTo)` |
2929
| **Create/Remove Columns** |**_Add or remove columns in a table_** | |

0 commit comments

Comments
 (0)