richardhowell
Instructor
My hosting service is running a version of MySQL prior to implementation of subqueries. This makes it more difficult for me to do a query which will delete rows from a table where dt_start <= today's date, as I can't select CURRDATE() in the subquery. What's the 2nd best way of doing this?