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.
What do you want to do? If you want to truncate the table (delete all data) you can use the DELETE query without a where condition. If you want to delete the entire table you can use a DROP TABLE query
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With