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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to