Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:35:35 +05:30
committed by GitHub
parent 329ed53bb7
commit 13858e2390
-1
View File
@@ -967,7 +967,6 @@ WHERE SALARY LIKE '%2'
Finds any values that end with 2. Finds any values that end with 2.
6
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.