cyrus wrote: > Hi, > I'm not sure how to create a view from multiple tables and multiple > conditions. > I have three tables that have the same column headings and i need to > create a view with the info from all 3 tables (table names are > different)
SQLite's documentation is online. CREATE VIEW is covered at: http://www.sqlite.org/lang_createview.html -- Mark Murphy (a Commons Guy) http://commonsware.com Android Training on the Ranch! -- Mar 16-20, 2009 http://www.bignerdranch.com/schedule.shtml --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

