interferences-at / mpop

Software for the MPOP project
2 stars 1 forks source link

Erase all answers above 90 or below 10 #524

Closed aalex closed 1 year ago

aalex commented 1 year ago

Erase all answers above 90 or below 10

aalex commented 1 year ago
DELETE FROM answer WHERE answer_value >= 90 OR answer_value <= 10;