How can we change the name of a column of a table? | PHP Questions

MySQL query to rename table: RENAME TABLE tbl_name TO new_tbl_name or, ALTER TABLE tableName CHANGE OldName newName.

0 comments:

Post a Comment

Blogger news