Skip to main content
XE 에러해결(FAQ)
2015.06.10 09:06

XE XML 쿼리 ORDER BY 대문자 사용하면 안됩니다.

조회 수 688 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

최근 게시물에서 공지사항을 가장 위로 끌어 올리려고 xml 쿼리를 수정하다가 발견하였습니다.
보통 ORDER BY is_notice DESC 이렇게 대소문자를 구분해서 처리하시지 않나요? ㅎㅎ
아무튼 습관처럼 사용하다가 적용이 안되길래... XML 특수성을 생각해서 소문자로 하니 되네요^^
아래 O, X 항목을 확인하세요~

 

<index var="is_notice" default="documents.is_notice" order="DESC" /> (X)
<index var="is_notice" default="documents.is_notice" order="desc" /> (O)

 

원본소스는 widgets/content/queries/getNewestDocuments.xml 파일 

<query id="getNewestDocuments" action="select">
    <tables>
        <table name="documents" />
    </tables>
    <columns>
        <column name="*" />
    </columns>
    <conditions>
        <condition operation="in" column="documents.module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
<condition operation="equal" column="documents.category_srl" var="category_srl" pipe="and" />
<condition operation="in" column="status" var="statusList" pipe="and" />
    </conditions>
    <navigation>
        <index var="is_notice" default="documents.is_notice" order="desc" />
        <index var="sort_index" default="documents.list_order" order="order_type" />
        <list_count var="list_count" default="20" />
    </navigation>
</query>

 


List of Articles
번호 카테고리 제목 글쓴이 날짜 조회 수
14 XE 팁 XE 외부페이지 javascript 주석 처리시 주의점 geusgod 2013.03.18 5629
13 XE 팁 XE 구글 analytics 코드 어디에 넣어야 효율적인가? geusgod 2013.07.29 5229
12 XE 팁 XE 외부페이지 이미지 리사이즈 애드온 적용하는 방법 geusgod 2013.11.07 4822
11 XE PHP [기초튼튼] PHP & 의미, @ 의미, :: 의미, : 의미 3 geusgod 2013.11.15 12722
10 XE PHP [기초튼튼] PHP -> 의미 geusgod 2013.11.15 3588
9 XE PHP XE index.php 파일 부터 관련된 부분을 분석합시다.(1) geusgod 2013.11.18 6015
8 XE PHP XE index.php 파일 부터 관련된 부분을 분석합시다.(2) geusgod 2013.11.18 5182
7 XE PHP XE index.php 파일 부터 관련된 부분을 분석합시다.(3) geusgod 2013.11.18 5114
6 XE PHP [기초튼튼] PHP is_a 의미, 삼항연산자 1 geusgod 2013.11.18 3676
5 XE 에러해결(FAQ) XE SSL 선택적으로 사용시 act에 따른 링크 적용이 잘 안될때... geusgod 2014.06.05 6206
4 XE 팁 XE 비밀번호 찾기 질문/답변 필수 제거하기 geusgod 2014.07.11 2574
3 XE 팁 XE CKEditor 옵션 설정 (i 태그 유지하기) geusgod 2015.06.09 215588
» XE 에러해결(FAQ) XE XML 쿼리 ORDER BY 대문자 사용하면 안됩니다. geusgod 2015.06.10 688
1 XE 에러해결(FAQ) XE 위젯(Widget) 페이지 수정 권한 오류 (msg_is_not_administrator 메세지 출력) geusgod 2015.06.22 983
Board Pagination Prev 1 2 3 4 Next
/ 4