### Description ``` RENAME <new_field>=<old_field> // identical to RENAME old_field AS new_field ``` Rename uses `AS` to avoid ambiguity for renames however this is inconsistent with the `=` pattern used by the rest of the commands.