반응형

mysql 에서 offset, limit 설정 방법

 

ORDER BY ... LIMIT 10 OFFSET 15;
ORDER BY ... LIMIT [OFFSET], [LIMIT];

 

반응형

+ Recent posts