Query Trouble : SELECT * FROM images WHERE imageindex =
Query Trouble : SELECT g.*,s.shortname,s.systemindex FROM games g, systems s
WHERE g.systemtype = s.systemindex AND gamesindex in ()
Query Trouble : SELECT smallimage,imageindex FROM images WHERE gameindex =
Related Images
Query Trouble : SELECT * FROM ((SELECT name, gamesindex, 0 AS itemindex,quantity
FROM games WHERE systemtype =2)
UNION (SELECT title AS name, gamelink AS gamesindex, itemindex,quantity
FROM items WHERE catindex =8 AND systemindex =2)) as t ORDER BY name LIMIT -1,