I do not believe that there is any SQL database that supports a WHERE clause on INSERT.
For questions regarding SQLite SQL syntax, please use a SQLite support resource, or a generic support resource (e.g., StackOverflow). On Tue, Jul 24, 2012 at 9:06 AM, vikalp patel <[email protected]> wrote: > I would like to Insert data in my next columns of TABLE with help of > Signup2Activity which has been already inserted by "SIgnup1Activity.java". > HereBy i had attached all the necessary file to find the error. > > ERROR: Database: near "Where": near "INSERT INTO"+TABLE+" ( "+columns+") > VALUES ("+first.getText().toString()+") WHERE "+ID+ "="+ id; > > how can we insert data in next columns of database with already entered data > in their first few columns?? > > ANy help is most welcome!! > > -- > 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 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.8 Available! -- 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

