Guest_imported
New member
- Jan 1, 1970
- 0
Table A contains a reference no, a date, & an amount, for transactions up to & including yesterday. Table B contains the same 3 fields for today's transactions. Reference Numbers in Table A might not be in Table B. I need to write a VIEW to merge them, for later use in a Stored Procedure.
I cannot, however use a "UNION" in my VIEW to achieve this, as my run-time environment returns an error.
I cannot, however use a "UNION" in my VIEW to achieve this, as my run-time environment returns an error.