From 33e634554b69b6e63c1adfad7382d8c52c5cf6c3 Mon Sep 17 00:00:00 2001 From: Andy Kwok Date: Fri, 20 Dec 2024 12:14:58 -0800 Subject: [PATCH] Update docs/ppl-lang/ppl-appendcol-command.md Co-authored-by: Taylor Curran Signed-off-by: Andy Kwok --- docs/ppl-lang/ppl-appendcol-command.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ppl-lang/ppl-appendcol-command.md b/docs/ppl-lang/ppl-appendcol-command.md index ead58da89..0f09dc469 100644 --- a/docs/ppl-lang/ppl-appendcol-command.md +++ b/docs/ppl-lang/ppl-appendcol-command.md @@ -12,7 +12,7 @@ Using `appendcol` command to append the result of a sub-search and attach it alo #### Example 1: To append the result of `stats ave(age) as AVG_AGE` into existing search result -The example append the result of sub-search `stats ave(age) as AVG_AGE` alongside with the main-search. +The example append the result of sub-search `stats avg(age) as AVG_AGE` alongside with the main-search. PPL query: