From 832d5a596c4fbdb6292d8cdfbcca89e568fb83f0 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:36:01 +0530 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb5aba8..1cac379 100644 --- a/README.md +++ b/README.md @@ -957,7 +957,6 @@ WHERE SALARY LIKE '_00%' Finds any values that have 00 in the second and third positions. -4 WHERE SALARY LIKE '2_%_%' Finds any values that start with 2 and are at least 3 characters in length.