Update README.md

This commit is contained in:
GowthamRaj K
2021-08-11 12:39:21 +05:30
committed by GitHub
parent a7c9af6c34
commit 5157f82b29
+1 -1
View File
@@ -965,7 +965,7 @@ Transactions have the following four standard properties, usually referred to by
### 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.
### WHERE SALARY LIKE '2___3' ### WHERE SALARY LIKE '2___3'