0 rows where tile_data = "�PNG  IHDR\r�fYIDATx���!0 ��oz�q��ٶ���N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�����N:y�|�����IEND�B`�" and tile_row = 79 sorted by tile_column

View and edit SQL

zoom_level

tile_row

tile_data

0 records

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);