SELECT `id` ,`galaxy`, `system`,`planet`,`planet_type` FROM `game_planets` WHERE `galaxy` = `galaxy` AND `system` = `system` AND `planet` = `planet` AND `planet_type` = 3 LIMIT 100
SELECT `id` ,`galaxy`, `system`,`planet`,`planet_type` FROM `game_planets` WHERE `galaxy` = `galaxy` AND `system` = `system` AND `planet` = `planet` AND `planet_type` = 3 LIMIT 100
`planet_type` = 3