Author: Takdir, S.ST. © Sekolah Tinggi Ilmu Statistik
Transfer data from a table to an array: SCATTER transfers data from a single table record to an array. SCATTER transfers data from a single table record to an array. COPY TO ARRAY transfers data from a series of records to an array. COPY TO ARRAY transfers data from a series of records to an array. SELECT - SQL can transfer the results of a query to an array. SELECT - SQL can transfer the results of a query to an array. Author: Takdir, S.ST. © Sekolah Tinggi Ilmu Statistik
Transfer data from an array to a table: GATHER transfers data from an array to a single table record. GATHER transfers data from an array to a single table record. APPEND FROM ARRAY adds new records to a table and fills the records with data from an array. APPEND FROM ARRAY adds new records to a table and fills the records with data from an array. INSERT - SQL appends a single new record to a table and fills the record with data from an array. INSERT - SQL appends a single new record to a table and fills the record with data from an array. Author: Takdir, S.ST. © Sekolah Tinggi Ilmu Statistik
Updates table records. Updates table records. Author: Takdir, S.ST. © Sekolah Tinggi Ilmu Statistik