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

php - Dynamic url re-writing using htaccess -

java - Multi-Label Document Classification -

python - How to create a legend for 3D bar in matplotlib? -