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-0b1d3cc78c7bd21492e76...

24 lines
580 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT COUNT(*)\n FROM notifications\n WHERE user_id = $1 AND is_read = FALSE\n AND created_at >= NOW() - INTERVAL '6 months'\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8"
]
},
"nullable": [
null
]
},
"hash": "0b1d3cc78c7bd21492e765f468b7776615565f9d4925913575048730b766d426"
}