摘要:
--create sales table CREATE TABLE sales (trans_date DATE, cust_id INT, sales_amount NUMBER); --insert sale rows INSERT /*+ APPEND */ INTO SALES SELECT TRUNC(SYSDATE, 'year') + MOD(RO... 阅读全文
posted @ 2011-09-08 22:40
emanlee
阅读(404)
评论(0)
推荐(0)