From 59c2f49559054094f340e2c329e8f2195a25f141 Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:30:38 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e2abce0..852d9da 100644 --- a/README.md +++ b/README.md @@ -919,3 +919,6 @@ Transactions have the following four standard properties, usually referred to by **Note − MS Access uses a question mark (?) instead of the underscore (_) to match any one character.** ## Syntax + + SELECT * FROM table_name + WHERE column LIKE 'XXXX%'