Skip to content

Instantly share code, notes, and snippets.

@pierrelorioux
Created June 3, 2015 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pierrelorioux/1b54428a67fd7d605f09 to your computer and use it in GitHub Desktop.
Save pierrelorioux/1b54428a67fd7d605f09 to your computer and use it in GitHub Desktop.
FROM MOBAC to mbtiles
CREATE TABLE images as
SELECT ROWID, "tile_data", tile_row as "tile_id"
FROM "tiles"
ORDER BY ROWID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment