mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 22:13:56 +07:00
Update README.md
This commit is contained in:
@@ -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'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user