- 라이믹스 쿼리문의 세계 - 서브쿼리 작성 예제2025년 02월 03일
- TheStorybook
- 작성자
- 2025.02.03.:47
경로
modules/nstore/queries/getstocksubquery.xml
코드
<query id="getstocksubquery" action="select"> <tables> <table name="nstore_stock_log" alias="stock" /> </tables> <columns> <column name="stock.item_srl" /> <column name="stock.location" /> <query id="getstock1data" alias="stock"> <tables> <table name="nstore_stock_log" alias="stock_log" /> </tables> <columns> <column name="stock" alias="stock" /> </columns> <conditions> <condition operation="equal" column="stock_log.item_srl" default="stock.item_srl" /> <condition operation="equal" column="stock_log.location" default="stock.location" pipe="and" /> </conditions> <navigation> <index var="sort_index" default="stock_log.stock_log_srl" order="desc" /> <list_count var="list_count" default="1" /> </navigation> </query> </columns> <groups> <group column="stock.item_srl" /> <group column="stock.location" /> </groups> </query>
설명
'XE(Rhymix) > 변수 응용' 카테고리의 다른 글
제목에 태그 표출하기 or 제목에 태그 출력하고 링크 걸기 (0) 2025.02.07 손쉽게 레이아웃 설정에서 최근게시물을 출력하는 방법(레이아웃 제작팁) (0) 2025.02.03 라이믹스 쿼리문의 세계 - 중복검색 가능한 제목+확장변수검색 (0) 2025.02.03 메뉴 설정에서 항상 펼쳐짐을 선택했을 때 함수가 뭔가요? (사이트맵 메뉴, xe 항상 펼쳐진, 서브메뉴 항상 펼쳐진 상태로) (0) 2025.02.03 xe 관련 변수 php에서 호출하기, php 코딩으로 작성한 변수값을 xe로 전달하는 방법 (0) 2025.02.03 다음글이전글이전 글이 없습니다.댓글
스킨 업데이트 안내
현재 이용하고 계신 스킨의 버전보다 더 높은 최신 버전이 감지 되었습니다. 최신버전 스킨 파일을 다운로드 받을 수 있는 페이지로 이동하시겠습니까?
("아니오" 를 선택할 시 30일 동안 최신 버전이 감지되어도 모달 창이 표시되지 않습니다.)