Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:35:48 +05:30
committed by GitHub
parent 13858e2390
commit 9d685dcf77
-1
View File
@@ -962,7 +962,6 @@ WHERE SALARY LIKE '2_%_%'
Finds any values that start with 2 and are at least 3 characters in length.
5
WHERE SALARY LIKE '%2'
Finds any values that end with 2.