sql - list rows with the same ID from all tables -


i use sqlite in delphi2010,

i want list of rows db tables same id.

select * "log-130517-1300" id = 2 -- works particular table. select name sqlite_master type='table' order name -- returns list of existing tables:    log-130517-1029  log-130517-1041  log-130517-1100  log-130517-1113  log-130517-1126  log-130517-1300 


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -