From a2c4051c0f0da0167c3077bc1a9b44f7a43e8a11 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:38:43 +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 1d08a92..68d7e2b 100644 --- a/README.md +++ b/README.md @@ -953,7 +953,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '_00%' -Finds any values that have 00 in the second and third positions. +- Finds any values that have 00 in the second and third positions. ### WHERE SALARY LIKE '2_%_%'