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

Merge branch 'Eilerts_branch' into 'master'

Changed order DryingStarted from ASC to DESC

See merge request mesji/bacheloroppgave_2022!53
parents 508f8e1b fb6545d3
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