256 rows where zoom_level = 4 sorted by rowid descending

View and edit SQL

Suggested facets: tile_column, tile_row

zoom_level

Link rowid ▲ zoom_level tile_column tile_row tile_data
261 4 14 0
260 4 14 1
259 4 14 3
258 4 14 2
257 4 14 6
256 4 14 7
255 4 14 5
254 4 14 4
253 4 14 10
252 4 14 11
251 4 14 13
250 4 14 12
249 4 14 15
248 4 14 14
247 4 14 9
246 4 14 8
245 4 5 0
244 4 5 1
243 4 5 3
242 4 5 2
241 4 5 6
240 4 5 7
239 4 5 5
238 4 5 4
237 4 5 10
236 4 5 11
235 4 5 13
234 4 5 12
233 4 5 15
232 4 5 14
231 4 5 9
230 4 5 8
229 4 13 0
228 4 13 1
227 4 13 3
226 4 13 2
225 4 13 6
224 4 13 7
223 4 13 5
222 4 13 4
221 4 13 10
220 4 13 11
219 4 13 13
218 4 13 12
217 4 13 15
216 4 13 14
215 4 13 9
214 4 13 8
213 4 2 0
212 4 2 1
211 4 2 3
210 4 2 2
209 4 2 6
208 4 2 7
207 4 2 5
206 4 2 4
205 4 2 10
204 4 2 11
203 4 2 13
202 4 2 12
201 4 2 15
200 4 2 14
199 4 2 9
198 4 2 8
197 4 12 0
196 4 12 1
195 4 12 3
194 4 12 2
193 4 12 6
192 4 12 7
191 4 12 5
190 4 12 4
189 4 12 10
188 4 12 11
187 4 12 13
186 4 12 12
185 4 12 15
184 4 12 14
183 4 12 9
182 4 12 8
181 4 3 0
180 4 3 1
179 4 3 3
178 4 3 2
177 4 3 6
176 4 3 7
175 4 3 5
174 4 3 4
173 4 3 10
172 4 3 11
171 4 3 13
170 4 3 12
169 4 3 15
168 4 3 14
167 4 3 9
166 4 3 8
165 4 15 0
164 4 15 1
163 4 15 3
162 4 15 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);