Last updated 1 month ago
Creates a remote table (proxy). ()
This syntax is not supported in Snowflake.
AT <location-string>
CREATE TABLE t1 ( DATA VARCHAR(10) ) AT 'SERVER_A.db1.joe.t1';
CREATE OR REPLACE TABLE t1 ( DATA VARCHAR(10) ) !!!RESOLVE EWI!!! /*** SSC-EWI-SY0002 - UNSUPPORTED REMOTE TABLE SYNTAX ***/!!! AT 'SERVER_A.db1.joe.t1'
: UNSUPPORTED REMOTE TABLE SYNTAX.