mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
21 lines
364 B
JSON
21 lines
364 B
JSON
{
|
|||
"db_name": "PostgreSQL",
|
|||
"query": "SELECT COUNT(*) FROM users",
|
|||
"describe": {
|
|||
"columns": [
|
|||
{
|
|||
"ordinal": 0,
|
|||
"name": "count",
|
|||
"type_info": "Int8"
|
|||
}
|
|||
],
|
|||
"parameters": {
|
|||
"Left": []
|
|||
},
|
|||
"nullable": [
|
|||
null
|
|||
]
|
|||
},
|
|||
"hash": "dc64e1d25d9ced3a49130cee99f6edc3f70a4917910cf3b76faefc24ac32159d"
|
|||
}
|