SQL change table name
24Oct11
Often I googled how to change the name of a table in sql.
Maybe this help you too:
alter table Old_Name rename to New_Name
Filed under: sql | Leave a Comment
Often I googled how to change the name of a table in sql.
Maybe this help you too:
alter table Old_Name rename to New_Name
No Responses Yet to “SQL change table name”