From 12f30bf6ad18c6d0111f0facc9b987ff9ec97bb8 Mon Sep 17 00:00:00 2001 From: "Andy P." <19779808+Blitheness@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:05:35 +0000 Subject: [PATCH] Escape underscore character in documentation for LIKE Signed-off-by: Andy P. <19779808+Blitheness@users.noreply.github.com> --- docs/user/ppl/cmd/where.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user/ppl/cmd/where.md b/docs/user/ppl/cmd/where.md index 9a96d9b7d47..6d87ba49469 100644 --- a/docs/user/ppl/cmd/where.md +++ b/docs/user/ppl/cmd/where.md @@ -54,8 +54,8 @@ fetched rows / total rows = 2/2 ## Example 3: Pattern Matching with LIKE -Pattern Matching with Underscore (_) -The example demonstrates using LIKE with underscore (_) to match a single character. +Pattern Matching with Underscore (\_) +The example demonstrates using LIKE with underscore (\_) to match a single character. ```ppl source=accounts @@ -204,4 +204,4 @@ fetched rows / total rows = 4/4 | 18 | MD | +----------------+-------+ ``` - \ No newline at end of file +