From 0240b376f2ecd7b6d7c49145c01a10048350e835 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:37:44 +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 ac9aaa2..6b8419a 100644 --- a/README.md +++ b/README.md @@ -959,7 +959,7 @@ Finds any values that have 00 in the second and third positions. Finds any values that start with 2 and are at least 3 characters in length. -WHERE SALARY LIKE '%2' +### WHERE SALARY LIKE '%2' Finds any values that end with 2.