SELECT *
FROM claz
WHERE student AND (BETWEEN date AND date)
I have this one table claz, and I need to search to find student records between date periods
SELECT *
FROM claz
WHERE student AND (BETWEEN date AND date)
I have this one table claz, and I need to search to find student records between date periods
You may try to use it like this:
or like this:
But it not very clear what you are trying to achieve