I have four tables:
Current Table
Raw Table
Figs Table
History Table
All the tables have the same key related to a product. The current table holds more than one record for a given product for different dates.
The raw and figs table hold only one record related to a product.
The history table will hold more than one record for a product with different dates.
I want to create a view with a union of the Current table,raw table and figs table. I donot know How should I handle the history table… any ideas…my question may be silly…
GC_hill (BOB member since 2007-08-29)