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.
Syntax
ALTER TABLE <table> DROP ALIAS <alias_name>;
The table you want to drop the alias from.
Temporary name That you want to drop.
This SQL command does not return anything.