Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

How to delete all the rows in the table which has name equals to myname

0

49 views

I have the below code. Does this delete all the rows having name = myname?

return mDb.delete(DATABASE_TABLE, NAME + "=?", new String[] { myname });

If not, can you help me how to achieve it

Thanks, Vijay

asked June 24, 2011 1:29 pm CDT
posted via StackOverflow

0 Answers

Be the first to answer this question

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect

Preview
Similar questions