Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to delete a query from a database?


medved

Recommended Posts

Posted

I use mysql database

 

I hve these queris:

 

ALTER TABLE products ADD products_ship_price_one DECIMAL(15,4) NOT NULL;

ALTER TABLE products ADD products_ship_price_two DECIMAL(15,4) NOT NULL;

ALTER TABLE products ADD products_ship_price_three DECIMAL(15,4) NOT NULL;

ALTER TABLE products ADD products_ship_price_four DECIMAL(15,4) NOT NULL;

 

I need to delete them, anybody knows how to do it?

 

thanks a lot.

Posted
You'll need to use phpmyadmin and remove those 4 fields from products table

Thank you very much. i found it in phpmyadmin. and i deleted it. thanks.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...