Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:38:43 +05:30
committed by GitHub
parent ff6f29d1e8
commit a2c4051c0f
+1 -1
View File
@@ -953,7 +953,7 @@ Transactions have the following four standard properties, usually referred to by
### WHERE SALARY LIKE '_00%' ### WHERE SALARY LIKE '_00%'
Finds any values that have 00 in the second and third positions. - Finds any values that have 00 in the second and third positions.
### WHERE SALARY LIKE '2_%_%' ### WHERE SALARY LIKE '2_%_%'