Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:37:44 +05:30
committed by GitHub
parent 4eafd13fda
commit 0240b376f2
+1 -1
View File
@@ -959,7 +959,7 @@ Finds any values that have 00 in the second and third positions.
Finds any values that start with 2 and are at least 3 characters in length.
WHERE SALARY LIKE '%2'
### WHERE SALARY LIKE '%2'
Finds any values that end with 2.