Does anyone know how to use the SQL Helper functions to do a select_query that includes a date range? The documentation only shows "LIKE" and "NEQ" as sqltypes. What about BETWEEN or >=?
I would like to query records that were created during the past 30 days (using a fieldname 'date').
I would like to query records that were created during the past 30 days (using a fieldname 'date').