I have table names 'payroll' with following data
month , pay
January , 1200
March , 1500
December , 2000
I want the following result
Janury , 1200
February , 00
March , 1500
April , 00
May , 00
June , 00
July , 00
August , 00
September , 00
October , 00
November , 00
December , 00
Please help to make the query.
Thanks in advance