MySQL Forums
Forum List  »  Newbie

Re: Query problem
Posted by: Robbie Bangels
Date: January 29, 2010 03:08AM

Actually I'm not sure. These are the 2 tables and fields, I think the products_extra_fields_id takes care of this

products_extra_fields
products_extra_fields_id int(11)
products_extra_fields_name varchar(64)
products_extra_fields_order int(3)
products_extra_fields_status tinyint(1)
languages_id int(11)

products_to_products_extra_fields
products_id int(11)
products_extra_fields_id int(11) 0
products_extra_fields_value varchar(64) NULL

Options: ReplyQuote


Subject
Written By
Posted
January 28, 2010 09:13AM
January 28, 2010 09:15AM
January 28, 2010 09:30AM
January 28, 2010 09:36AM
January 28, 2010 01:05PM
January 28, 2010 01:14PM
January 28, 2010 05:07PM
January 28, 2010 05:52PM
Re: Query problem
January 29, 2010 03:08AM
January 29, 2010 03:40AM
January 29, 2010 06:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.