cs50/3.sql

5 lines
58 B
MySQL
Raw Normal View History

SELECT title
FROM movies
WHERE year>=2018
ORDER BY title;