Skip to content

Commit

Permalink
2024-02-28 16:22:37
Browse files Browse the repository at this point in the history
Affected files:
src/content/blog/programmers-즐겨찾기가-가장-많은 식당-정보-출력하기.md
  • Loading branch information
gyunseo committed Feb 28, 2024
1 parent 56493fc commit 2bce59d
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,15 @@ GROUP BY food_type
ORDER BY food_type DESC;
```

1. 일단 Sub Query의 결과는 다음과 같습니다.
|MAX(favorites)|
|----|
|734|
|230|
|102|
|151|
|20|
1. 일단 Sub Query의 결과는 다음과 같습니다.

| MAX(favorites) |
| -------------- |
| 734 |
| 230 |
| 102 |
| 151 |
| 20 |

## 틀린 첫번째 SQL Query

Expand Down

0 comments on commit 2bce59d

Please sign in to comment.