Hello,
I don't arrive to make match date working.
I have a field date varchar date in it format yyyy-mm-dd.
I want to test it with curdate () (selecting only when date is >= curdate() or date is null).
So I select Future (> or =) or Null
I don't uderstand where setting the comparaison date (in fact curdate() or now).
In seblod doc : Future only: This will only show results whose dates come after the input date.
But where is the input date ?
Thanks