次のようなトランザクション テーブルと履歴テーブルを使用して SQL クエリを実行しようとしています。
履歴表:
Active Date Inactive Date Attribute CustID
1/1/2013 1/15/2013 Blue A
1/15/2013 1/30/2013 Green A
トランザクション テーブル:
Transaction Date CustID
1/12/2013 A
1/28/2013 A
And I would want to return
結果:
Transaction Date CustID Attribute
1/12/2013 A Blue
1/28/2013 A Green
どんな助けでも大歓迎です!