FULL OUTER JOIN on TWO MYSQL TABLES WITH 3 RELATING COLUMNS
I have two tables I want to compare data from. The query of the first table is below and it gives me 12 rows. ***** 1st Query ************ SELECT distinct a.pnr AS PNR, a.station_code as Station,a.date as Date, sum(a.allamount) as…