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:
@@ -923,7 +923,7 @@ Transactions have the following four standard properties, usually referred to by
|
|||||||
SELECT * FROM table_name
|
SELECT * FROM table_name
|
||||||
WHERE column LIKE 'XXXX%'
|
WHERE column LIKE 'XXXX%'
|
||||||
|
|
||||||
or
|
(or)
|
||||||
|
|
||||||
SELECT * FROM table_name
|
SELECT * FROM table_name
|
||||||
WHERE column LIKE '%XXXX%'
|
WHERE column LIKE '%XXXX%'
|
||||||
|
|||||||
Reference in New Issue
Block a user