I have the following two tables --
Table A
Apkid, name, transaction (distinct records)
Table B
Bpkid, Bdate, Bvalue
Table B gets a new record every day. For example
1,10/01/02, 3
1,10/02/02, 5
1,10/03/03, 7
Apkid and Bpkid are the same.
The objective is to create a select statement...