13 lines
357 B
JSON
13 lines
357 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "DELETE FROM resets\n WHERE quiz_id = ?\n AND LOWER(TRIM(first_name)) = ?\n AND LOWER(TRIM(last_name)) = ?",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 3
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "73c411eceb3040317ef4ba3db04fdd089452faca291d0780b59eef19a7910d98"
|
|
}
|