For the complete documentation index, see llms.txt. This page is also available as Markdown.

Rename

The as keyword is used to perform the rename operation.

select a1 as x from r

Note that the as keyword can be omitted in the from clause.

Last updated