1,024 rows where zoom_level = 5 sorted by rowid descending

View and edit SQL

zoom_level

  • 5 · 1,024
Link rowid ▲ zoom_level tile_column tile_row tile_data
1365 5 25 0
1364 5 25 1
1363 5 25 3
1362 5 25 2
1361 5 25 6
1360 5 25 7
1359 5 25 5
1358 5 25 4
1357 5 25 19
1356 5 25 31
1355 5 25 25
1354 5 25 24
1353 5 25 30
1352 5 25 18
1351 5 25 26
1350 5 25 27
1349 5 25 23
1348 5 25 22
1347 5 25 20
1346 5 25 21
1345 5 25 10
1344 5 25 11
1343 5 25 13
1342 5 25 12
1341 5 25 16
1340 5 25 17
1339 5 25 15
1338 5 25 29
1337 5 25 28
1336 5 25 14
1335 5 25 9
1334 5 25 8
1333 5 22 0
1332 5 22 1
1331 5 22 3
1330 5 22 2
1329 5 22 6
1328 5 22 7
1327 5 22 5
1326 5 22 4
1325 5 22 19
1324 5 22 31
1323 5 22 25
1322 5 22 24
1321 5 22 30
1320 5 22 18
1319 5 22 26
1318 5 22 27
1317 5 22 23
1316 5 22 22
1315 5 22 20
1314 5 22 21
1313 5 22 10
1312 5 22 11
1311 5 22 13
1310 5 22 12
1309 5 22 16
1308 5 22 17
1307 5 22 15
1306 5 22 29
1305 5 22 28
1304 5 22 14
1303 5 22 9
1302 5 22 8
1301 5 14 0
1300 5 14 1
1299 5 14 3
1298 5 14 2
1297 5 14 6
1296 5 14 7
1295 5 14 5
1294 5 14 4
1293 5 14 19
1292 5 14 31
1291 5 14 25
1290 5 14 24
1289 5 14 30
1288 5 14 18
1287 5 14 26
1286 5 14 27
1285 5 14 23
1284 5 14 22
1283 5 14 20
1282 5 14 21
1281 5 14 10
1280 5 14 11
1279 5 14 13
1278 5 14 12
1277 5 14 16
1276 5 14 17
1275 5 14 15
1274 5 14 29
1273 5 14 28
1272 5 14 14
1271 5 14 9
1270 5 14 8
1269 5 5 0
1268 5 5 1
1267 5 5 3
1266 5 5 2

Next page

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE tiles (
            zoom_level integer,
            tile_column integer,
            tile_row integer,
            tile_data blob);
CREATE UNIQUE INDEX tile_index on tiles
        (zoom_level, tile_column, tile_row);