Showing posts with label teradata create view table like. Show all posts
Showing posts with label teradata create view table like. Show all posts

Thursday, July 24, 2014

Teradata create a table like

create table target_db.target_table as src_db.src_table with no data; create table target_db.target_table as (select * from src_db.src_view) with no data;