From 4eafd13fdaa34128c6a34355a5f213ac6850988c Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:37:30 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8533d66..ac9aaa2 100644 --- a/README.md +++ b/README.md @@ -955,7 +955,7 @@ Finds any values that have 200 in any position. Finds any values that have 00 in the second and third positions. -WHERE SALARY LIKE '2_%_%' +### WHERE SALARY LIKE '2_%_%' Finds any values that start with 2 and are at least 3 characters in length.