In sybase ASE, Unable to insert using Proxy_table Command
问题 Im using Sybase ASE 15.7 and facing issue while proxy table insert with Default value. We want migrate data from source table to Target table, where target table is in remote server has Additional Columns with Not null and Default values. Please find the below Tables Details. Source Table: CREATE TABLE TABLE_SOURCE ( COL1 INT, COL2 INT, COL3 INT ) Target Table: CREATE TABLE TABLE_TARGET (COL1 INT, COL2 INT, COL3 INT, COL4 INT Default 0 NOT NULL ) Creating Proxy table in Source DB: CREATE