From ff6f29d1e8e5587785c8ce818585e7d73d8d640e Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:38:26 +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 5bff2c5..1d08a92 100644 --- a/README.md +++ b/README.md @@ -949,7 +949,7 @@ Transactions have the following four standard properties, usually referred to by ### WHERE SALARY LIKE '%200%' -Finds any values that have 200 in any position. +- Finds any values that have 200 in any position. ### WHERE SALARY LIKE '_00%'