From 1436ba49c1c4e26cfaedf5c50b19f9c352469510 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:36:13 +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 1cac379..235ebc1 100644 --- a/README.md +++ b/README.md @@ -951,8 +951,7 @@ Finds any values that start with 200. WHERE SALARY LIKE '%200%' Finds any values that have 200 in any position. - -3 + WHERE SALARY LIKE '_00%' Finds any values that have 00 in the second and third positions.