Allow use of catalog and schema in create table such as:
create or replace table [Extract_Twinfield].[Twinfield_GeneralLedgerTransactions]@inmemorystorage
as
select *
from GeneralLedgerTransactions@tfd
Allow use of catalog and schema in create table such as:
create or replace table [Extract_Twinfield].[Twinfield_GeneralLedgerTransactions]@inmemorystorage
as
select *
from GeneralLedgerTransactions@tfd