RE: p. and pd.
wizardsandwars <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <599e82764c1c2cdf90b820342389ebbc@osCommerce-Forums> |
This message was sent from: General Support http://forums.oscommerce.com/viewtopic.php?p=227314#227314 ---------------------------------------------------------------- Somewhere in the SQL, you should find a section thast goes like.... select......from products p, products description pd This is what assignes p to products and pd to products_description. Best of luck.