From 329ed53bb78b1bc07926176d6976d1e625524710 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:35:23 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 393d0f9..f4a777c 100644 --- a/README.md +++ b/README.md @@ -971,8 +971,7 @@ Finds any values that end with 2. WHERE SALARY LIKE '_2%3' Finds any values that have a 2 in the second position and end with a 3. - -7 + WHERE SALARY LIKE '2___3' Finds any values in a five-digit number that start with 2 and end with 3.