Hello! Is there a way to get a records in single query based on two conditions and second condition must be cheked only if first one failed. For example how can I get all records where time > NOW() and if there are no such records to get a record with max(id).
views:
20answers:
1Still don't get it. Do I need to create procedure for this?
Konstantin
2009-11-11 09:01:26