create a business view for union join
Hello all,
I have a question about union join using business view design aid and I am wondering if anyone has the experience about this. Thanks in advance.
I have two tables with exactly the same columns definition and index, even the table prefix. Let's call them Table A and Table B
What I want is to create a business view to join the two tables using union.
So the query result from the business view would be table A on the top and Table B follows.
If table A contains 5 records and Table B contain 10 records, the business view should provide 15 records.