d4funky1 Posted June 27, 2006 Posted June 27, 2006 Hi, I am in the process of removing the above contribution from my store and need to know what would be the correct sql query to put in to remove the one inserted with this contribution? Here it is: -- phpMyAdmin SQL Dump -- version 2.6.1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: May 08, 2005 at 10:38 AM -- Server version: 4.1.9 -- PHP Version: 4.3.10 -- -- Database: `catalogf` -- -- -------------------------------------------------------- -- -- Table structure for table `products_extra_fields` -- CREATE TABLE `products_extra_fields` ( `products_extra_fields_id` int(11) NOT NULL auto_increment, `products_extra_fields_name` varchar(64) NOT NULL default '', `products_extra_fields_vendor` tinyint(2) NOT NULL default '0', `products_extra_fields_category` int(36) NOT NULL default '1', `products_extra_fields_type` varchar(12) NOT NULL default '', `products_extra_fields_order` int(3) NOT NULL default '0', `products_extra_fields_status` tinyint(1) NOT NULL default '1', PRIMARY KEY (`products_extra_fields_id`) ) TYPE=MyISAM AUTO_INCREMENT=40; -- -- -------------------------------------------------------- -- -- Table structure for table `products_to_products_extra_fields` -- CREATE TABLE `products_to_products_extra_fields` ( `products_id` int(11) NOT NULL default '0', `products_extra_fields_id` int(11) NOT NULL default '0', `products_extra_fields_value` text, PRIMARY KEY (`products_id`,`products_extra_fields_id`) ) TYPE=MyISAM; Many Thanks D4 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.