|
|||||||||
|
SELECT * FROM ticket_sites.royals WHERE type = 'schema' AND schema_notes = 'Lower Deck'
AND event_datetime>now() AND price != '0' AND event_datetime NOT IN () ORDER BY price ASC LIMIT 1 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY price ASC LIMIT 1' at line 2 |