Move
| Hint |
put is often a better choice, as it also ensures that missing columns are added if necessary. |
|---|---|
| Command |
move {column} … move {column} … before {column} move {column} … after {column} |
| Alternative |
mv … - alias for move |
| Purpose |
Move existing columns to a new position within a table.
The default target of the move command is before first, i.e. to the left of a table. |
| Playground |
|