Skip to content

append

Append rows from a named table to the active dataset.

When to use

How do I stack compatible datasets vertically?

Rows from the active dataset remain first. Rows from the named table follow in their stored order;

append does not sort, deduplicate, or interleave them.

Syntax

append table_name

Examples

append followup

See also