From c6ecbaa133cbffb36b7d453de7fd41ad9ea4f362 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:38:56 +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 68d7e2b..36968bc 100644 --- a/README.md +++ b/README.md @@ -957,7 +957,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '2_%_%' -Finds any values that start with 2 and are at least 3 characters in length. +- Finds any values that start with 2 and are at least 3 characters in length. ### WHERE SALARY LIKE '%2'