Update README.md

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