Free Software Server Environment : MySqlAlterTableIndexs

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

MySQL Alter Table Indexs

Add primary key
> alter table mytable add primary key (column(s))

Add Unique Index
> alter table mytable add unique (column(s))

Add Index
> alter table mytable add index (column(s))


REFERRERS
MySqlAlterTable

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0166 seconds