Skip to main content
Skip table of contents

DROP ALIAS

Syntax

Syntax

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

<table>

The table you want to drop the alias from.

<alias_name>

Temporary name That you want to drop.

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.