Hi All,
So the new CREATE REPLICA TABLE definition / CREATE TABLE definition i'm not sure what the difference would be ?
CREATE REPLICA TABLE test2 AS (SELECT * FROM test) WITH DATA;
CREATE TABLE test2 AS (select * from test) WITH DATA;
Regards,
Brian Hood