Is it posibble to create a BETWEEN value with the GRID4?
I need to to this:
SELECT * FROM `Invoice`
WHERE (DATE(CreatedAt) BETWEEN ‘2023-08-01’ AND ‘2023-08-01’); //that day
OR
SELECT * FROM `Invoice`
WHERE (DATE(CreatedAt) BETWEEN ‘2023-08-01’ AND ‘2023-08-01’);