13 lines
506 B
JSON
13 lines
506 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "DELETE FROM trips_to_trips_types AS ttt\n WHERE ttt.trip_id = ?\n AND ttt.trip_type_id = ?\n AND EXISTS(SELECT * FROM trips WHERE id = ? AND user_id = ?)\n AND EXISTS(SELECT * FROM trips_types WHERE id = ? AND user_id = ?)\n ",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Right": 6
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "b22e5d91f70638d4ed3b1592c661e470a0d80493e13478393f357da417a0208b"
|
|
}
|