Query for Retrieve record through month.

SELECT * FROM insatllment WHERE MONTH(Date) = 01

Month(Column_Name)
1-Column_Name is column name of Table.

Popular posts from this blog

Item State change of JComboBox and Get values from database and show Data on JTable.

Jtable with database manually in netbeans.