Query DB Failed SELECT i.*, l.location, l.style FROM tblItem as i JOIN tblChannelToItems as l ON i.id=l.item_id WHERE l.channel_id= and l.deleted=false and i.status='enabled' ORDER BY l.sortvalue ASC, i.pubdate DESC, i.creation_date DESC
MDB2 Error: syntax error