A Database Error Occurred

Error Number: 1242

Subquery returns more than 1 row

select count(id) as pos from weeklyrating where startstamp = (select MAX(startstamp) from weeklyrating) and profit_percent >= (select profit_percent from weeklyrating where startstamp = (select MAX(startstamp) from weeklyrating) and user_id = '2155')