Hi, I see the example and I did not find where using insert - Select to put data into database. I assume then that this can not be done, as I searched many examples and have not found anything like.
Thanks, for your help. On 20 ene, 06:02, Ricardo Santos <[email protected]> wrote: > Do the notepad tutorial, on the developers page, it will help you a lot. > > On Tue, Jan 17, 2012 at 1:37 PM, Lester Quintero <[email protected]>wrote: > > > > > > > > > Hello everybody, > > > Its possible with content providers make insert-select in SqlIte > > database. > > would be something like: > > > Insert into Table(t1, t2) > > Select tx, ty > > From Table > > > or > > > Insert into Table(t1, t2) > > Select tx, ty WHERE NOT EXISTS ... > > > Thanks. > > > -- > > 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 -- 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

