Recent Comments

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

2009年2月24日 星期二

ORACLE - imp

imp UserName/Password@ServerName如果直接imp會有錯...

2009年2月22日 星期日

ORACLE-CREATE TABLE...

複製一個已存在的table到另一個新的tablecopy an existing tablesql> create table table_name [logging|nologging] as subqueryex:CREATE TABLE PHASE92 AS SELECT * FROM PHASE建一個新的talbe叫『phase92』裡面的內容來自於table『pha...