CassidyHunt
IS-IT--Management
This is about as straight forward of query as it get and I do not understand why it doesn't work in 3.
Code:
select b.miva_code,
a.pc_make,
a.year,
a.category,
c.description as "make_desc",
a.subcategory,
b.condition_code,
a.record_id,
b.product_cost,
b.product_price,
a.product_name,
b.composite_description,
a.prestige,
a.hue_code,
d.description as "cat_desc",
e.sub_desc as "sub_desc",
a.filename_tn,a.filename_fs
from mastercatalog a, productdetails b, makes c, categories d, subcategories e where a.record_id = b.record_id and c.pc_make = a.pc_make and d.cat_code = a.category and e.sub_code = a.subcategory