I have one record stored in cassandra
database like ("MM/dd/yyyy HH:mm:ss")
for timestamp datatype. so, now i need to fetch data based on MM(specific month).
ex:-
("06/04/2019 10:14:65")
Here i will pass 06 and need to fetch data based on on 06 month.
I am using spring boot.