[MySql] row_number 행번호 매기기

//일반 $row_num = "row_number() over(ORDER BY `board_seq` ASC)"; //상태에 따른 처리(예:숨김 행 따로) $row_num2 = "row_number() over(PARTITION BY `state` ORDER BY CASE WHEN `state` = 'Y' THEN false ELSE 'none'…

0 Comments

End of content

No more pages to load