0
I have a column in db that is D_EMISSAO and in it has a date yyyyddmm.
I have to show the data that are 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 many ways, but nothing came out. You can help me?
What is the data type of the D_EMISSAO field?
– cantoni