Skip to main content
Version: Streamsheets 2.5

TIMESCALE.SHOW_TABLES

star This is a premium feature.

Shows all table in 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.SHOW_TABLES(Stream, Target)

Arguments

NameDescription
StreamStream to use for querying. The database name is configured in the affiliated Connector.
TargetINBOX(), OUTBOX("MsgID") or a cell range where the result will be placed. Make sure the cell range is big enough or not everything is displayed.

Return

TRUE, if successful.

Examples

FormulaResultComment
=TIMESCALE.SHOW_TABLES(, INBOX())
TRUEThe response of the query will be shown in the inbox of the Streamsheet.

For more examples see our timescale tutorial.