DROP STREAM

Name

DROP STREAM  --  remove a stream

Synopsis

DROP STREAM name [, ...]
  

Inputs

name

The name of an existing stream to drop.

Outputs

DROP

The message returned if the command completes successfully.

ERROR: stream "name" does not exist

If the specified stream does not exist in the database.

Description

DROP STREAM removes streams from the database. Only its owner may destroy a stream.

Notes

Refer to CREATE STREAM for information on how to create streams.

Usage

To destroy a stream measurements a:

DROP STREAM measurements;
   

Compatibility

The DROP STREAM is a TelegraphCQ extension and is not part of either SQL99 or SQL99. It is subject to change in future releases of TelegraphCQ.