Etc/DB2 [MySQL] Mac OS에 MySQL 설치 및 사용법 1. Mac 에 MySQL서버 설치 https://dev.mysql.com/downloads/mysql/ MySQL :: Download MySQL Community Server Select Operating System: Select Operating System… Microsoft Windows Ubuntu Linux Debian Linux SUSE Linux Enterprise Server Red Hat Enterprise Linux / Oracle Linux Fedora Linux - Generic Oracle Solaris macOS Source Code Select OS Version: All Windows (x86 dev.mysql.com 위에 링크를 타고 Archive 버전으로 다운받기 나.. 2021. 11. 29. [MySql] Nth Highest Salary 문제풀이 출처 : leetcode.com/problems/nth-highest-salary/ Nth Highest Salary - 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 문제 : employee 테이블에 데이터 중 2번째로 큰 Salary 값을 가져오는 문제 여러가지 풀이방법을 정리해본다. 1. LIMIT limit 구문을 사용하면 말 그대로 제한된 행만 가져오는 건데 인덱스랑 비슷하게 SELECT 된 구문을 0부터 시작하는 하나의 행으로 보는거다. limit i.. 2021. 4. 6. 이전 1 다음