I am new in android. Can anyone help me to hows truncate table in sqlite in android..
Can anyone give me example of that delete table?
Please help me.
I am new in android. Can anyone help me to hows truncate table in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you want to do? If you want to truncate the table (delete all data) you can use the
DELETEquery without a where condition. If you want to delete the entire table you can use aDROP TABLEquery