
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
2주차 max_quantity 값 조회가 되지 않습니다.
min은 조회가 잘 됩니다.

작성한 코드 및 에러 메세지
select min(quantity) as min_quantity
max(quantity) as max_quantity
from food_orders
SQL Error [1064] [42000]: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'max(quantity) as max_quantity
from food_orders' at line 2
Error position: line: 1
