📄 drop_table.hlp
字号:
.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -