Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:36:54 +05:30
committed by GitHub
parent 26683abc9d
commit d22face1b1
+1 -1
View File
@@ -945,7 +945,7 @@ Transactions have the following four standard properties, usually referred to by
### WHERE SALARY LIKE '200%'
Finds any values that start with 200.
- Finds any values that start with 200.
### WHERE SALARY LIKE '%200%'