You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/.sqlx/query-55da9850ce9992d140311...

24 lines
500 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*)::BIGINT AS \"count!\"\n FROM email_outbox WHERE recipient = $1 AND status = 1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count!",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Text"
]
},
"nullable": [
null
]
},
"hash": "55da9850ce9992d14031143bf1377a6910db53450b34a68fb6121ee4c83f3cd4"
}