| q1435 |
R-SET |
NOT_EQUAL |
multiplicity |
|
List the names of closed event as "game" that was closed from 3/15/2019 to 3/20/2020. |
| q1317 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Error tokenizing '= 'Women\'s Soccer' AND m.t_shirt_size = 'Medium'' |
| q1323 |
|
ERROR |
|
|
prediction: statement: 2 statements in one text; an audit runs one |
| q1334 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 13. SELECT first[4m\[0m_name, last\_name FROM member WHERE zip IN ( SELECT zip\_code FROM zip\_code WHERE state = 'Illinois |
| q1339 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 6, Col: 12. budget ON link_to_budget = budget_id JOIN event ON budget.link_to_event = event.event_id WHERE first[4m\[0m_name = 'Elijah' AND last\_name = 'Allen' AND (month(expense\_date) = 9 OR month(expense\_date) = 10 |
| q1346 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 3, Col: 19. SELECT member.phone FROM member WHERE member.first[4m\[0m_name = 'Carlo' AND member.last\_name = 'Jacobs'; |
| q1356 |
|
ERROR |
|
|
prediction: execute: execute: no such column: department |
| q1357 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 12. SELECT date[4m\[0m_received FROM member JOIN income ON member.member\_id = income.link\_to\_member WHERE first\_name = |
| q1359 |
|
ERROR |
|
|
prediction: statement: 2 statements in one text; an audit runs one |
| q1361 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 29. SELECT SUM(e1.cost) as total[4m\[0m_cost FROM expense e1 JOIN budget b1 ON e1.link\_to\_budget = b1.budget\_id WHERE e1.expense\_descri |
| q1371 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Error tokenizing 'ent_id WHERE event.event_name = 'Women\'s Soccer'' |
| q1375 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 13. SELECT first[4m\[0m_name || ' ' || last\_name AS full\_name FROM member WHERE link\_to\_major IN ( SELECT major\_id FRO |
| q1376 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 15. SELECT e.event[4m\[0m_name, MAX(b.spent/b.amount) as spend\_to\_budget\_ratio FROM event as e JOIN budget as b ON e.event |
| q1378 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 31. SELECT MAX(b.spent) as highest[4m\[0m_budget\_spend FROM budget b JOIN event e ON b.link\_to\_event = e.event\_id; |
| q1381 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 13. SELECT first[4m\[0m_name || ' ' || last\_name AS name FROM member JOIN attendance ON member.member\_id = attendance.lin |
| q1387 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 15. SELECT m.first[4m\[0m_name, m.last\_name FROM member m JOIN budget b ON m.member\_id = b.link\_to\_member JOIN event e ON |
| q1389 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 6, Col: 21. ROM expense e JOIN budget b ON e.link_to_budget = b.budget_id GROUP BY e.link_to_event; This query [4mcalculates[0m the minimum cost for each event by joining the expense and budget tables, then grouping by the even |
| q1390 |
|
ERROR |
|
|
prediction: statement: 2 statements in one text; an audit runs one |
| q1392 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 34. SELECT source, MAX(amount) as max[4m\[0m_amount FROM income WHERE date\_received BETWEEN '2019-09-01' AND '2019-09-30' GROUP BY source; |
| q1399 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Error tokenizing ''Mclean' AND event.event_name = 'Women\'s Soccer'' |
| q1401 |
|
ERROR |
|
|
prediction: execute: execute: no such column: link_to_event |
| q1403 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 15. SELECT e.event[4m\[0m_name FROM event e JOIN budget b ON e.event\_id = b.link\_to\_event JOIN attendance a ON e.event\_id |
| q1405 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 39. SELECT category, SUM(amount) as amount[4m\[0m_budgeted FROM budget JOIN event ON budget.link\_to\_event = event.event\_id WHERE event.event\_name |
| q1410 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 20. SELECT member.first[4m\[0m_name || ' ' || member.last\_name AS full\_name, SUM(expense.cost) AS total\_cost FROM member JOIN e |
| q1426 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 12. SELECT last[4m\[0m_name, major\_name, department, college FROM member JOIN major ON member.link\_to\_major = major.maj |
| q1432 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 6, Col: 14. ncome.link_to_member WHERE member.t_shirt_size = 'Medium' AND member.position = 'Member'; This SQL [4mquery[0m calculates the percentage of the amount 50 received by the members with t-shirt size of medium in t |
| q1457 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 13. SELECT first[4m\[0m_name, last\_name, phone FROM member JOIN ( SELECT link\_to\_member FROM expense JOIN ( SELECT AVG(c |
| q1460 |
|
ERROR |
|
|
prediction: statement: the text does not parse: Invalid expression / Unexpected token. Line 1, Col: 20. SELECT member.first[4m\[0m_name || ' ' || member.last\_name AS full\_name, expense.cost FROM member JOIN expense ON member.mem |
| q1464 |
|
ERROR |
|
|
prediction: execute: execute: incomplete input |