Difference between revisions of "Delete database"
Jump to navigation
Jump to search
(Created page with " PostgreSQL * <code>DROP DATABASE [IF EXISTS] database_name;</code>") |
|||
Line 2: | Line 2: | ||
[[PostgreSQL]] | [[PostgreSQL]] | ||
* <code>DROP DATABASE [IF EXISTS] database_name;</code> | * <code>DROP DATABASE [IF EXISTS] database_name;</code> | ||
+ | |||
+ | |||
+ | == See also == | ||
+ | * {{TOC operation databases}} |
Revision as of 07:48, 26 February 2021
DROP DATABASE [IF EXISTS] database_name;
See also
Advertising: