TIMESCALE.SHOW_TABLES
Premium
Shows all table in the timescaledb.
info
As of right now, the timescale functions work with the internal timescaledb. Leave the Connection parameter empty and the connection is automatically set up. We are working on allowing further timescale connections.
Syntax
=TIMESCALE.SHOW_TABLES(Connection, Target)
Arguments
Name | Type | Description |
---|---|---|
Connection | Connection | Connection to use for querying. Leave this parameter empty. The internal timescaledb is automatically connected. |
Target | Target | Cell range where the result will be placed. Make sure the cell range is big enough or not everything is displayed. |
Return
Type | Description |
---|---|
Boolean | TRUE, if successful. |
Examples
Formula | Result | Comment |
---|---|---|
| TRUE | The response of the query will be shown in the inbox of the Streamsheet. |
For more examples see our timescale tutorial.