드디어 데이터베이스다. 그리고 금요일. 하루 쉬었는데도 매일 열심히 살다보니 주말이 반갑다. 오늘은 처음 DB를 배우는 날이다. 10년만에 만나는 SQL. 기본 문법이 달라진건 없는 것 같다. 그래서 조금은 여유롭게 진행한 날이지 않았나. 우선은 실전 위주로 SQL문이 어색하지 않을 정도로 연습하는게 목표다.
SELECT * FROM sakila.film_category GROUP BY category_id
-- Error Code: 1055. Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'sakila.film_category.film_id'
-- which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by