You haven't found the online manual yet, have you? http://dev.mysql.com/doc/mysql/en/index.html
Specifically the documentation for the command you are curious about is found here: http://dev.mysql.com/doc/mysql/en/ALTER_TABLE.html Shawn Green Database Administrator Unimin Corporation - Spruce Pine Herman Scheepers <[EMAIL PROTECTED]> wrote on 10/13/2004 02:54:17 PM: > Hi All > > I am MySQL newby with an Oracle background. > > Is the following syntax suported? > > alter table members add primary key (id); > alter table members add constraint members_uk unique > (name); > > Thanx > Herman > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail Address AutoComplete - You start. We finish. > http://promotions.yahoo.com/new_mail > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] >