OK so I have looked theough the other solutions an no help. So here is what I am trying to do. I need to select the row with multiple columns where the value in one column is th
Try
SELECT * FROM `TABLE` WHERE orderfileid=(select max(orderfileid) from TABLE)