Hello I need to display All the column from 2 different table for example
table 1
Column1 Column2 column 3
table 2
Column1 Column2 Column 3
Result should be
Column1 Column2 column 3 Column1 Column2 column 3
table 1 has 10,000 rows and table 2 has 5000 row. so for table 2 the remaining 5000 line will be null.
Any idea?