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
코드를 보다 찾은 건데 같은 테이블을 같은 조건으로 가져오는데 위와 같이 굳이 분리를 한다면 select을 두번을 하기 때문에 쓸대 없는 부하를 만들 수도 있을 거 같아 위와 같은 함수는 하나로 합치는 것이 좋을 거 같습니다.
select
The text was updated successfully, but these errors were encountered:
choiyeeun1010
No branches or pull requests
코드를 보다 찾은 건데 같은 테이블을 같은 조건으로 가져오는데
위와 같이 굳이 분리를 한다면
select
을 두번을 하기 때문에 쓸대 없는 부하를 만들 수도 있을 거 같아위와 같은 함수는 하나로 합치는 것이 좋을 거 같습니다.
The text was updated successfully, but these errors were encountered: