Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:36:01 +05:30
committed by GitHub
parent 9d685dcf77
commit 832d5a596c
-1
View File
@@ -957,7 +957,6 @@ 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.
4
WHERE SALARY LIKE '2_%_%' WHERE SALARY LIKE '2_%_%'
Finds any values that start with 2 and are at least 3 characters in length. Finds any values that start with 2 and are at least 3 characters in length.