OMM基於表建表

三者基於表的不同的建表方式

mysql 

create table newtablename like oldtablename

mssql

select  *  into newtablename  from oldtablename

oracle 

create table newtablename  as select * from table

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章