SQLite - select every row from all tables where a column name exists -


i need extract rows every table has column imgasseturl add pre loading system.

i think in essence like:

select imgasseturl * 

what options?

the definitions tables located in sqlite_master table. have read definitions, figure out tables have column in it, , run query on each of those.

see http://www.sqlite.org/fileformat2.html#sqlite_master


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -