본문 바로가기
Programming/Google Data Analytics Certificate

[GA] Course 5 Sorting on Spreadsheet and SQL

by 그렉그의 2023. 3. 23.

Sorting

2. SORTING IN SQL

SELECT *
FROM `onyx-smoke-380601.movie_data.movies`
ORDER BY Release_Date DESC -- sorts ascending order in default
 
orderby is always in the last one