Baserat på informationen i artikeln du länkade till bör detta fungera:
update giveaways set winner='1'
where Id = (select Id from (select max(Id) as id from giveaways) as t)
Baserat på informationen i artikeln du länkade till bör detta fungera:
update giveaways set winner='1'
where Id = (select Id from (select max(Id) as id from giveaways) as t)