What is the primary function of the `table.append` action in SAS Viya?

4 vues

Réponse

The `table.append` action is used to append the rows from a source table to a target table. A key requirement is that the target table must be an in-memory table.
Did this answer help you?