[Classic ASP] 페이징을 위한 mssql 쿼리
<% page_num = Request("page_num") scale = Request("scale") keyword = Request("keyword") p_act = Request("p_act") where = "WHERE 1=1 " If p_act <> "" Then where = where & "AND p_act =…
0 Comments
2023년 09월 01일
<% page_num = Request("page_num") scale = Request("scale") keyword = Request("keyword") p_act = Request("p_act") where = "WHERE 1=1 " If p_act <> "" Then where = where & "AND p_act =…