Skip to content
Snippets Groups Projects
Commit 2c221685 authored by Goik Martin's avatar Goik Martin
Browse files

Removing solution component

parent fbf52d69
No related branches found
No related tags found
No related merge requests found
......@@ -27,12 +27,4 @@ INSERT INTO Competition VALUES(4, 4, 10.02, FALSE); /* John Hooker */
INSERT INTO Competition VALUES(5, 5, 10.84, FALSE); /* Brad Duncan */
INSERT INTO Competition VALUES(6, 2, 10.02, FALSE); /* Tim Culver */
INSERT INTO Competition VALUES(7, 3, 10.49, FALSE); /* Sid Gascoine */
INSERT INTO Competition VALUES(8, 2, 9.35, TRUE); /* Tim Culver */
SELECT fullName, min(time) as time
FROM Competition, Athlete
WHERE Competition.athlete = Athlete.id
AND badStart = FALSE
GROUP BY (fullName)
ORDER BY time, fullName;
\ No newline at end of file
INSERT INTO Competition VALUES(8, 2, 9.35, TRUE); /* Tim Culver */
\ No newline at end of file
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