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

This will change the name of column:
ALTER TABLE table_name CHANGE old_colm_name new_colm_name

0 comments:

Post a Comment

Blogger news