Changes between Version 12 and Version 13 of common

차이점 주위로
다음 차이점은 무시하기:
작성자:
anonymous (IP: 218.145.47.244)
날짜/시간:
2014-01-12 PM 5:39:04 (11 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • common

    v12 v13  
    1212 * [wiki:common/sanjo/2013_3] 
    1313 * [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}}}