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-31ebdb6012010cba228c3...

25 lines
567 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT MAX(position)\n FROM media\n WHERE room_id = $1\n AND playlist_id IS NOT DISTINCT FROM $2\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "max",
"type_info": "Float8",
"origin": "Expression"
}
],
"parameters": {
"Left": [
"Int8",
"Int8"
]
},
"nullable": [
null
]
},
"hash": "31ebdb6012010cba228c33a487ea486b28a135c3520fb665e6d1c9afdfc87d17"
}