github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/docs/generated/sql/bnf/drop_stmt.bnf (about)

     1  drop_stmt ::=
     2  	drop_database_stmt
     3  	| drop_index_stmt
     4  	| drop_table_stmt
     5  	| drop_view_stmt
     6  	| drop_sequence_stmt
     7  	| drop_type_stmt
     8  	| drop_role_stmt