MySQLWhere Clause
A total of 2 records were found.
SELECT * 
FROM php_a04_images 
WHERE image_id < 3
#ORDER BY caption 
| ID | filename | caption | 
|---|---|---|
| 1 | cybersecurity-card.jpg | NWTC Cybersecurity Photo | 
| 2 | data-analytics-card.jpg | NWTC Data Analytics Photo | 
A total of 2 records were found.
SELECT * 
FROM php_a04_images 
WHERE image_id < 3
#ORDER BY caption 
| ID | filename | caption | 
|---|---|---|
| 1 | cybersecurity-card.jpg | NWTC Cybersecurity Photo | 
| 2 | data-analytics-card.jpg | NWTC Data Analytics Photo |