16
A remote table definition must be defined before the 'existing' option is used (object '%.*s').
The create existing table statement was used without specifying a location clause.
Use the location clause, or remove the “existing” keyword from the create table command:
create existing table tablename
(column_list) at 'server.database.user.object'
create table tablename (column_list)
other_options
All versions