truncate table

Description

Removes all rows from a table.

Syntax

truncate table [[database.]owner.]table_name

Parameters

table_name

is the name of the table to be truncated.

Examples

Example 1

truncate table authors

Usage