PL/SQL - where-clause의 선택 조건 - 동적 sql 없이? 모든 조건이 필요한 것은 아닌 질문이 있습니다.다음은 모든 조건을 사용했을 때의 모습을 보여주는 예입니다. select num from (select distinct q.num from cqqv q where q.bcode = '1234567' --this is variable and q.lb = 'AXCT' --this is variable and q.type = 'privt' --this is variable and q.edate > sysdate - 30 --this is variable order by dbms_random.value()) subq where rownum sysdate - 30 --this is variab..