allora devi fare cosi :
Select * from tabella1 where user=(tuo user) and articolo=(tuo articolo) and timestamp = (select Max(timestamp) from tabella 1 where user=(tuo user) and articolo=(tuo articolo) )
In questo modo tiri fuori l'utimo record corrispondente a user, articolo e timestamp massimo