+1
Answered
deleting all data from sql database
I have a sql database for the user to create and access himself. I know how to allow him to delete lines of data one at a time, but i want to know how to allow him to delete all data at once. Is that possible?
Customer support service by UserEcho
query="TRUNCATE TABLE table_name"