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:
@@ -957,7 +957,7 @@ Transactions have the following four standard properties, usually referred to by
|
||||
|
||||
### 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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user