mirror of
https://github.com/gowthamrajk/SQL-Tutorials.git
synced 2026-04-30 14:03:55 +07:00
Update README.md
This commit is contained in:
@@ -955,7 +955,7 @@ Finds any values that have 200 in any position.
|
|||||||
|
|
||||||
Finds any values that have 00 in the second and third positions.
|
Finds any values that have 00 in the second and third positions.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user