//Bu şekilde a kategorisindeki son 10 kaydı aldım $sql = "select * from kategori where tip like '%a%' order by id desc limit 10";