Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:30:38 +05:30
committed by GitHub
parent 9d9f138b85
commit 59c2f49559
+3
View File
@@ -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%'