Skip to content
Snippets Groups Projects
Commit fb6545d3 authored by Eilert Tunheim's avatar Eilert Tunheim
Browse files

Changed order DryingStarted from ASC to DESC

parent 508f8e1b
No related branches found
No related tags found
No related merge requests found
......@@ -378,7 +378,7 @@ public class DB {
extraInputParameter +
"AND LOWER(" +nameParameter+ ") NOT LIKE LOWER("+'"'+"%"+ "test" +"%"+'"'+") " +
"Group by "+ startDryingTime + " " +
"Order by "+ startDryingTime + " ASC " +
"Order by "+ startDryingTime + " DESC " +
"LIMIT " + limit;
System.out.println(sqlStatement);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment