Skip to main content
Skip table of contents

SET ALIAS

Syntax 

Syntax

SQL
ALTER TABLE <table> SET ALIAS <alias_name>;

<table>

The table you want to set an alias to.

<alias_name>

Temporary name That you want to set to the table.

Output

This SQL command does not return anything.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.