On 4/3/2014 10:10 PM, Keith Medcalf wrote:

  select *
    from k1
union
  select *
    from k2;

My understanding of the question was, how to select from tables whose names are somehow computed or extracted from another table

--
Andy Goth | <andrew.m.goth/at/gmail/dot/com>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to