Chapter 3 DBMS Reference Guide


Rename

Statement for renaming a column within an alter table statement.

Example

alter table [%QUALIFIER%]%TABLE%
   rename %OLDCOLUMN% to %NEWCOLUMN%

 


Copyright (C) 2005. Sybase Inc. All rights reserved.