Hi need a bit of help.
I have a MySql database with train times in and what i would like to do is to run a query using python to remove any rows with a date that is in the past so say
i have a list of todays trains and when i run the script anything before the current time is removed from the rows.
database is called trains the table is called time and the row is also called time.
Cheers for anyone that can help.