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:
@@ -952,7 +952,6 @@ WHERE SALARY LIKE '%200%'
|
|||||||
|
|
||||||
Finds any values that have 200 in any position.
|
Finds any values that have 200 in any position.
|
||||||
|
|
||||||
3
|
|
||||||
WHERE SALARY LIKE '_00%'
|
WHERE SALARY LIKE '_00%'
|
||||||
|
|
||||||
Finds any values that have 00 in the second and third positions.
|
Finds any values that have 00 in the second and third positions.
|
||||||
|
|||||||
Reference in New Issue
Block a user