I have a column in db that is D_EMISSAO
and has a date yyyyddmm
in it.
I have to show the data that is related to column D_EMISSAO
if it does not exceed 6 months according to the date D_EMISSAO
with the current date.
I tried to do it in different ways, but nothing came out. Can you help me?