summaryrefslogtreecommitdiff
path: root/queries/match.sql
blob: 8ee527a34dee5357da3f6d8aa67664e8d7525906 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SELECT

id AS "apiId",
(attributes->>'createdAt')::timestamp as "createdAt",
(attributes->>'duration')::int AS "duration",
attributes->>'gameMode' AS "gameMode",
COALESCE(NULLIF(attributes->>'patchVersion', ''), '0') AS "patchVersion",
attributes->>'shardId' AS "shardId",
attributes->'stats'->>'endGameReason' AS "endGameReason",
attributes->'stats'->>'queue' AS "queue"

FROM match