I have a date that is in string format in the "dd/MM/yyyy"
database and I needed to return in my query the dates from today. How can I do this query conversion to compare with today? Thank you in advance!
update: I am using the minha_data > date('now')
command I have 3 dates on my bank 2/7/2015, 12/3/2015 and 3/3/2016, but it is returning only the last date, it should return the last 2.