add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
Help with an interesting Postgres question: Why isn't an Index Only Scan used on a partition accessed via the parent table?.
float8
{98.01599884033203,1332612.5,6717677.5}
SELECT 1
json_build_object
{"my_array" : [98.01599884033203,1332612.5,6717677.5]}
SELECT 1
SELECT 1
cityjson
{"cityJson" : {"somekey":"someVal"}, "metadata" : {"translate" : [98.01599884033203,1332612.5,6717677.5], "scale" : [98.016,1.3326125e+06,6.7176775e+06]}}
SELECT 1
cityjson
{"cityJson" :{"somekey":"someVal"}, "metadata" : {"translate:"{{98.01599884033203,1332612.5,6717677.5}},"scale:"{{98.016,1.3326125e+06,6.7176775e+06}}
SELECT 1
cityjson
{"cityJson": {"somekey":"someVal"},
                   "metadata" : {"translate": [98.01599884033203,1332612.5,6717677.5],
                                 "scale": [98.016,1.3326125e+06,6.7176775e+06]
                                }
                  }
SELECT 1
cityjson
{
    "cityJson": {
        "somekey": "someVal"
    },
    "metadata": {
        "scale": [
            98.016,
            1332612.5,
            6717677.5
        ],
        "translate": [
            98.01599884033203,
            1332612.5,
            6717677.5
        ]
    }
}
SELECT 1