i have two tables with some common column names, i want to create a table joining these tables vertically
ex.
one table contain deposits and another contain withdrawals, both tables have date and amount columns. other columns are different.
i want to select date and amount columns from both tables and view it as a single table, so i can sort it or get the sum
please let me know whether it is possible and how?
Thank you
Chathura Bamunusinghe
ex.
one table contain deposits and another contain withdrawals, both tables have date and amount columns. other columns are different.
i want to select date and amount columns from both tables and view it as a single table, so i can sort it or get the sum
please let me know whether it is possible and how?
Thank you
Chathura Bamunusinghe
Comment