How do I get table C from table A and table B in one select statement? Thanks.
Table A - Product, Date, Price P1, 2018-01-01, 10 P2, 2018-01-02, 20 Table B - Date 2018-01-01 2018-01-02 2018-01-03 2018-01-04 Table C Product, Date, Price P1, 2018-01-01, 10 P1, 2018-01-02, null P1, 2018-01-03, null P1, 2018-01-04, null P2, 2018-01-01, null P2, 2018-01-02, 20 P2, 2018-01-03, null P2, 2018-01-04, null