Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:38:10 +05:30
committed by GitHub
parent bf9a0e4f44
commit 8dec71fb15
+1 -1
View File
@@ -967,6 +967,6 @@ Finds any values that end with 2.
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.
WHERE SALARY LIKE '2___3' ### WHERE SALARY LIKE '2___3'
Finds any values in a five-digit number that start with 2 and end with 3. Finds any values in a five-digit number that start with 2 and end with 3.