Hi all
I'm new to MySQL and I'm having trouble doing the following:
I've built a database containing concerts - each row contains the place, time & date (the datetime datatype), and description.
Let's say that the database is full of data - both past and upcoming concerts. I then only wan't to display the concerts that are relevant for the current date and after - not past concerts! Keep in mind that even though a concert is scheduled at 9 pm and the time is 10 pm I still wan't it displayed.
In short: I don't wan't to select concerts for the previous day and older.
Please help me, what is a possible query string for this -- The site is due finished a week ago 😕