This is what I'm using which, from what I have seen online, should be working:
Quote:
"SELECT * FROM CookingShows WHERE Date BETWEEN '2022-01-09' AND Date '2022-01-10' ORDER BY Date DESC;");
|
Multiple sites are saying that is the correct format, yet it isnt displaying any data that I have in the table.
Any thoughts?