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.

  • Missing columns are ignored.
  • No new columns will be created.

The default target of the move command is before first, i.e. to the left of a table.

Playground
"move" only moves existing columns: | wip | done | activity | | -:- | --:--- | ------------------ | | | 6:30pm | feed the dog | | | 6:45pm | play with the kids | | * | - | walk the dog |