Q & A

소스를 SQL로 자동 변환 기능있나요?

Date2009.01.28 / Hit : 5977

qry.append("select a.notice_mng_no, a.notice_nm, a.max_round, b.biz_no, ");
   qry.append(       "b.bid_resign_admit, c.supplier_nm, c.president_nm, c.phone_no ");
   qry.append(  "from slk_notcomm a, slk_bidresign b,slk_supInfo c ");
   qry.append( "where a.notice_mng_no = ? ");
   qry.append(   "and a.notice_mng_no = b.notice_mng_no ");
   qry.append(   "and a.max_round = b.resign_round ");
   qry.append(   "and b.biz_no = c.biz_no");

아래처럼 SQL로 한번에 보고 싶은데 한번에 되는 기능있을까요?

select a.notice_mng_no, a.notice_nm, a.max_round, b.biz_no,
         b.bid_resign_admit, c.supplier_nm, c.president_nm, c.phone_no 
from slk_notcomm a, slk_bidresign b,slk_supInfo c 
where a.notice_mng_no = ? 
and a.notice_mng_no = b.notice_mng_no 
and a.max_round = b.resign_round 
and b.biz_no = c.biz_no;

 

  • 대표전화
    1660-1675

  • 기술 문의
    02-6931-1734

  • 오렌지 문의
    070-8666-8175

  • 라이선스 문의
    02-6931-1728