How to create a new table same having same structure of existing table ?
i tried below, But it is not working
CREATE COLUMN TABLE "/BIC/FPGFSWBS23"
AS
SELECT *FROM "/BIC/FPGFSWBS2"
WHERE 1=2;
How to create a new table same having same structure of existing table ?
i tried below, But it is not working
CREATE COLUMN TABLE "/BIC/FPGFSWBS23"
AS
SELECT *FROM "/BIC/FPGFSWBS2"
WHERE 1=2;