drop_view.hlp
上传用户:blenddy
上传日期:2007-01-07
资源大小:6495k
文件大小:0k
源码类别:

数据库系统

开发平台:

Unix_Linux

  1. .pgaw:Help.f.t insert end "DROP VIEW" {bold} " drops an existing view from the database. To execute this command you must be the owner of the view. 
  2. " {} "Synopsis" {bold} "
  3. DROP VIEW view
  4. " {} "Usage" {bold} "
  5. This command will remove the view called kinds: 
  6. DROP VIEW kinds;
  7. " {} "Notes" {bold} "
  8. The Postgres DROP TABLE statement also drops views. 
  9. Refer to CREATE VIEW for information on how to create views. "