Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:38:56 +05:30
committed by GitHub
parent a2c4051c0f
commit c6ecbaa133
+1 -1
View File
@@ -957,7 +957,7 @@ Transactions have the following four standard properties, usually referred to by
### WHERE SALARY LIKE '2_%_%' ### WHERE SALARY LIKE '2_%_%'
Finds any values that start with 2 and are at least 3 characters in length. - Finds any values that start with 2 and are at least 3 characters in length.
### WHERE SALARY LIKE '%2' ### WHERE SALARY LIKE '%2'