I am trying to query two tables in MySQL 4.1, one which has invoice information, the other which has price history info.
In a sample scenario the invoice table has CUSTOMER, INV_NO, ITEM, INV_DATE, and the price table has CUSTOMER, ITEM, START_DATE, END_DATE, PRICE. The price table does not...