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.
Comments
Post a Comment