Skip to main content
Version: Streamsheets 2.5

TIMESCALE.DROP_TABLE

star This is a premium feature.

Drops a table from the timescaledb.

info

As of right now, the timescale functions work with the internal timescaledb. Leave the Stream parameter empty and the connection is automatically set up. We are working on allowing further timescale connections.

Syntax

=TIMESCALE.DROP_TABLE(Stream, TableName)

Arguments

NameDescription
StreamStream to use for querying. The database name is configured in the affiliated Connector.
TableNameDefines which table to drop.

Return

TRUE, if successful.

Examples

FormulaResultComment
=TIMESCALE.DROP_TABLE(, "Table1",)
TRUEDrops the table "Table1".

For more examples see our timescale tutorial.