===================Query======================================
select id, lastmodified, time, measuringlocation, userequationresults, morphologytype, uts, oxygen, siequivalent from thermalanalyses where measuringlocation= :measuringloc
order by lastmodified desc
SELECT
id,
lastmodified,
time,
measuringlocation,
userequationresults,
morphologytype,
uts,
oxygen,
siequivalent
FROM thermalanalyses
WHERE measuringlocation = :measuringloc
ORDER BY lastmodified DESC