datacamp / sqlwhat

https://sqlwhat.readthedocs.io
GNU Affero General Public License v3.0
3 stars 8 forks source link

check_result - automatic feedback "1 row when should be 2" #8

Closed machow closed 7 years ago

machow commented 7 years ago

PEC

CREATE TABLE simple ( id INTEGER);
INSERT INTO simple (1) (2)

Solution

SELECT * FROM simple

Submission

SELECT * FROM simple LIMIT 1
machow commented 7 years ago

deployed in 0.0.6 d638c4e1f473d5359dc04a8cc0745c686da4716c