Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:38:26 +05:30
committed by GitHub
parent 8dec71fb15
commit ff6f29d1e8
+1 -1
View File
@@ -949,7 +949,7 @@ Transactions have the following four standard properties, usually referred to by
### WHERE SALARY LIKE '%200%'
Finds any values that have 200 in any position.
- Finds any values that have 200 in any position.
### WHERE SALARY LIKE '_00%'