Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:35:23 +05:30
committed by GitHub
parent 87ae4937de
commit 329ed53bb7
-1
View File
@@ -972,7 +972,6 @@ WHERE SALARY LIKE '_2%3'
Finds any values that have a 2 in the second position and end with a 3.
7
WHERE SALARY LIKE '2___3'
Finds any values in a five-digit number that start with 2 and end with 3.