===== 전체테이블 TRUNCATE하는 쿼리 만들기 ===== SQL> select 'truncate table '||table_name||';' from user_tables where table_name not in ('TEMPLATE_XML','QUESTION_XML') order by table_name asc;