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