![]() |
ALLBASE/SQL Reference Manual
> Chapter 10 SQL Statements A - DDROP PARTITION |
|||||||||||||||||||||||
|
ScopeISQL or Application Programs SQL SyntaxDROP PARTITION PartitionName Parameters
Description
AuthorizationYou must have DBA authority to use this statement. ExampleA partition can be dropped after all tables in it are assigned to PARTITION NONE. CREATE PARTITION PartsPart WITH ID = 10; ALTER TABLE PurchDB.Parts SET PARTITION PartsPart; ALTER TABLE PurchDB.Parts SET PARTITION NONE; DROP PARTITION PartsPart;
|