SQL Reference Contents

NAME

drop sequence - destroy existing sequence

SYNOPSIS

drop sequence sequence_name_1 { , sequence_name_N }

DESCRIPTION

Drop Sequence removes sequence number generators from the data base. With current implementation of sequences as special tables it works just like drop table (l) .


Table of Contents