We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
영화별로 up, down 갯수를 가져올 때 COUNT, GROUP BY를 이용해서 가져오기
'인사이드 아웃 2' 영화라면 up, down 갯수만큼 검색 결과에 나오고 있으며 Nest코드에서 up, down 갯수를 세고 있는 상황
SQL 쿼리에서 COUNT, GROUP BY 이용하여 갯수를 미리 세서 오게 함
The text was updated successfully, but these errors were encountered:
Jake1152
No branches or pull requests
어떤 작업인가요?
변경 전의 상황
변경 후의 예상하는 구조
The text was updated successfully, but these errors were encountered: