Removes the specified pipe from the current/specified schema.
DROP PIPE [ IF EXISTS ] <name>
Copy
Parameters¶name
Specifies the identifier for the pipe to drop. If the identifier contains spaces or special characters, the entire string must be enclosed in double quotes. Identifiers enclosed in double quotes are also case-sensitive.
Dropped pipes can’t be recovered; they must be recreated.
When the IF EXISTS clause is specified and the target object doesn’t exist, the command completes successfully without returning an error.
DROP PIPE mypipe; +------------------------------+ | status | |------------------------------| | MYPIPE successfully dropped. | +------------------------------+Copy
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4