rename@"rename"
You can change the name of a table or column with the "rename" command.
To rename a table
enter
<"rename table <table> to <new_name>"
To rename a link
enter
<"rename link <link> to <new_name>"
To rename a column
enter
<"rename"
〈"column"〉 <column> "to" <new_name>
〈"in" <table>〉
If a table name is given, the
column is renamed only in that table. Otherwise the column is
renamed in all tables.