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 -2
View File
@@ -951,8 +951,7 @@ Finds any values that start with 200.
WHERE SALARY LIKE '%200%'
Finds any values that have 200 in any position.
3
WHERE SALARY LIKE '_00%'
Finds any values that have 00 in the second and third positions.