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