21 lines
924 B
JSON
21 lines
924 B
JSON
{
|
|
"db_name": "SQLite",
|
|
"query": "\n SELECT COUNT(*) as count FROM\n (\n SELECT monitor_run_id\n FROM testing_route\n WHERE testing_route.layer1_mix_id = ? OR testing_route.layer2_mix_id = ? OR testing_route.layer3_mix_id = ?\n ) testing_route\n JOIN\n (\n SELECT id\n FROM monitor_run\n WHERE monitor_run.timestamp > ?\n ) monitor_run\n ON monitor_run.id = testing_route.monitor_run_id;\n ",
|
|
"describe": {
|
|
"columns": [
|
|
{
|
|
"name": "count",
|
|
"ordinal": 0,
|
|
"type_info": "Integer"
|
|
}
|
|
],
|
|
"parameters": {
|
|
"Right": 4
|
|
},
|
|
"nullable": [
|
|
false
|
|
]
|
|
},
|
|
"hash": "f055560483e843929fd93dc269f9650c707bc10db50aacc7988763320318bf2c"
|
|
}
|