Changes between Version 12 and Version 13 of common
- 날짜/시간:
- 2014-01-12 PM 5:39:04 (11 년 전)
Legend:
- 변경되지 않음
- 추가됨
- 제거됨
- 변경됨
-
common
v12 v13 12 12 * [wiki:common/sanjo/2013_3] 13 13 * [wiki:common/sanjo/2013_4] 14 15 16 {{{ 17 @ 판매처 상세 리스트==> select a.seq1, a.ticketCode, a.ticketName, 18 nvl((select b.isVat from ticketMessroom b where b.cateringcode=a.cateringco de and b.messroomcode=a.messroomcode and b 19 from buyerSelling01Detail a 20 where a.cateringcode= 'A99' 21 and a.messroomcode= '101' 22 and a.buyerCode = '100003' 23 and a.buyingDay = '20140130' 24 and a.seq = '1' 25 26 }}}