SELECT blabla
FROM a INNER JOIN b ON a.a = b.b
Is what I have. However I'd like to sort the results DESC by ID. I'd like to select last [variable
x 10] of items sorted by ID DESC. Variable provided by PHP (I'll sort things out, I just need help with the query itself).