Delete a column from an existing MySQL table
Drop column MySql command used to delete a column from an existing MySQL table.
Syntax for deleting particular column for the able is :
ALTER TABLE tablename DROP column-name
for example
ALTER TABLE moviesite DROP movie_name
where
moviesite – Table name
movie_name – Column name.
Download Premium Only Scripts & 80+ Demo scripts Instantly at just 1.95 USD per month + 10% discount to all Exclusive Scripts
If you want any of my script need to be customized according to your business requirement,
Please feel free to contact me [at] muni2explore[at]gmail.com
Note: But it will be charged based on your customization requirement