From 987af48961134e0a5bc8a12a93bd89b18addfdaf Mon Sep 17 00:00:00 2001 From: GowthamRaj K <43011442+gowthamrajk@users.noreply.github.com> Date: Wed, 11 Aug 2021 12:27:11 +0530 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 267f560..6087a51 100644 --- a/README.md +++ b/README.md @@ -905,3 +905,15 @@ Transactions have the following four standard properties, usually referred to by SET TRANSACTION [ READ WRITE | READ ONLY ]; # SQL - Wildcard Operators ✅ + +The percent sign (%) + +Matches one or more characters. + +Note − MS Access uses the asterisk (*) wildcard character instead of the percent sign (%) wildcard character. + +The underscore (_) + +Matches one character. + +Note − MS Access uses a question mark (?) instead of the underscore (_) to match any one character.