{ "db_name": "SQLite", "query": "SELECT EXISTS(\n SELECT 1 FROM media_files f JOIN episodes e ON e.id = f.owner_id\n WHERE f.owner_kind = 'episode' AND e.season_id = ?\n ) AS \"exists!: bool\"", "describe": { "columns": [ { "name": "exists!: bool", "ordinal": 0, "type_info": "Integer", "origin": "Expression" } ], "parameters": { "Right": 1 }, "nullable": [ false ] }, "hash": "1b594ec9db13ac2eacffe98d8cb60547c4fbac9959c79a59e2192c5fb448b4bb" }