AT LOCATION
Description
Creates a remote table (proxy). (Sybase SQL Language Reference)
This syntax is not supported in Snowflake.
Grammar Syntax
AT <location-string>Sample Source Patterns
Input Code:
CREATE TABLE t1
(
DATA VARCHAR(10)
)
AT 'SERVER_A.db1.joe.t1'; Output Code:
Related EWIs
SSC-EWI-SY0002: UNSUPPORTED REMOTE TABLE SYNTAX.
Last updated
