Convert1 [MySQL] 사칙연산 + 형 변환 https://leetcode.com/problems/not-boring-movies/submissions/ Not Boring Movies - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 위 문제를 풀면서 사칙연산하는 것 정리 위 문제는 나머지를 구하는 문제다. MOD(X, Y) X를 Y로 나눈 나머지 SELECT id, movie, description, rating FROM Cinema WHERE MOD(id, 2) = 1 AND description '.. 2022. 4. 3. 이전 1 다음