Syntax

Syntax

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

<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.