How to make a copy of teradata table with the same structure and all the data in same folder

后端 未结 0 1027
情话喂你
情话喂你 2020-12-18 04:50

I tried these queries to create a copy of the Teradata table in the same folder

CREATE TABLE folder.table1
 AS
 SELECT * FROM folder.original_table;

CREATE T         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题