cyphix
05-11-2009, 11:06 PM
Could anyone tell me why this isn't returning a row with a date (date_held field data type = date) value of '2009-05-11' ?
SELECT title,venue,address,phone,time,price,website,description FROM events WHERE business_type=1 AND (day='monday' OR date_held='2009-05-11') ORDER BY recurring ASC, id DESC
Thanks!
SELECT title,venue,address,phone,time,price,website,description FROM events WHERE business_type=1 AND (day='monday' OR date_held='2009-05-11') ORDER BY recurring ASC, id DESC
Thanks!