Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:39:08 +05:30
committed by GitHub
parent c6ecbaa133
commit a7c9af6c34
+1 -1
View File
@@ -961,7 +961,7 @@ Transactions have the following four standard properties, usually referred to by
### WHERE SALARY LIKE '%2'
Finds any values that end with 2.
- Finds any values that end with 2.
### WHERE SALARY LIKE '_2%3'