What is the difference between the `name` and `table` parameters?

7 vues

Réponse

The `name` parameter is required and specifies the name of the in-memory table to which the attributes apply. The `table` parameter (aliased as `attrTable`) specifies the name of an existing table that stores the extended attributes, which is used for tasks like ADD, UPDATE, or CONVERT.
Did this answer help you?
attribute

table

See technical action