drop_table.hlp
来自「关系型数据库 Postgresql 6.5.2」· HLP 代码 · 共 18 行
HLP
18 行
.pgaw:Help.f.t insert end "DROP TABLE" {bold} " removes tables and views from the database. Only its owner may destroy a table or view. A table may be emptied of rows, but not destroyed, by using DELETE. If a table being destroyed has secondary indexes on it, they will be removed first. The removal of just a secondary index will not affect the contents of the underlying table. " {} "Synopsis" {bold} "" {} "DROP TABLE table \[, ...\]" {code} "Usage" {bold} "To destroy the films and distributors tables: DROP TABLE films, distributors" {} "Notes" {bold} "Refer to CREATE TABLE and ALTER TABLE for information on how to create or modify tables. "
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?