Help, how do I configure a SQL statement GRID I show only the record of the current date.
example:
SELECT title, fecha_vencimiento FROM contacs WHERE fecha_vencimiento = current date
or
SELECT title, fecha_vencimiento FROM contacs WHERE fecha_vencimiento <current date
Thank you.