| The Cassandra 1.2 documentation is transitioning to a new format! Please use the new Cassandra 1.2 documentation instead. | Back to Table of Contents CQL Commands Table of Contents |
Removes all data from a table.
A TRUNCATE statement results in the immediate, irreversible removal of all data in the named table.
TRUNCATE user_activity;