Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:36:13 +05:30
committed by GitHub
parent 832d5a596c
commit 1436ba49c1
-1
View File
@@ -952,7 +952,6 @@ WHERE SALARY LIKE '%200%'
Finds any values that have 200 in any position. Finds any values that have 200 in any position.
3
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.