What is the difference between the top-level `drop` parameter and the `drop` option within the `columns` parameter?

5 vues

Réponse

The top-level `drop` parameter takes a list of column names to be dropped from the table. The `drop` option within the `columns` parameter is a boolean (TRUE/FALSE) that applies to the single column specified in that column's definition block.
Did this answer help you?
alterTable

table

See technical action