mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
3 lines
73 B
MySQL
3 lines
73 B
MySQL
![]() |
SELECT model_num
|
||
|
FROM phones AS p
|
||
|
WHERE p.release_date > '2014-09-30';
|