adspace


How do I remove all rows from a table?

Answer Posted / Ankita Tiwari

To delete all rows from a table in PostgreSQL, you can use the DELETE statement without providing a WHERE clause. Here's an example: `DELETE FROM your_table_name;`

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959