อันนี้ทำผมทำใช้ Union แต่ผมลัพธ์ันวน ตารางล่างแรก แล้วมารับตารางสองอีกครั้ง ผมอยากให้มันรวม ชื่อเดียวกันไปเลย
Code (SQL)
SELECT ID, Date, Customer, Name FROM daily Where Customer = '".$_GET['Customer']."' and Year(Date) = '".$_GET['Year']."' and Month(Date) = '".$_GET['Month']."' group by Customer, Name UNION SELECT ID , Date,Customer, Name FROM Plan Where Customer = '".$_GET['Customer']."' and Year(Date) = '".$_GET['Year']."' and Month(Date) = '".$_GET['Month']."' group by Customer, Name