Programmer Question
I have some records in datastore, I want to delete a specific record from the table. for example in SQL , we use delete * from table1 where name ="mike"
what is the equivalent code in java (I m using Eclipse with Google appengine API plugin)? or any other method to do that?
Find the answer here
No comments:
Post a Comment