From a7c9af6c3420bf25a8cc524dbd6277363ca3e4a0 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:39:08 +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 36968bc..47f8294 100644 --- a/README.md +++ b/README.md @@ -961,7 +961,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '%2' -Finds any values that end with 2. +- Finds any values that end with 2. ### WHERE SALARY LIKE '_2%3'