Chapter 9, Using Bulk Copy Transfer and Express Transfer

(CR401890) Replace the syntax for express transfer in the section titled “Syntax.” The properties have changed, and a new option called alter table supplements the insert, replace, and truncate options.


Syntax

The following is the required syntax for a bulk copy and express transfer statement:

transfer [with report]
{to | from} ‘secondaryname userid password;
with {insert | replace | truncate | alter} into tablename;
sourceselectstatement

where: