Skip to main content
Start the shell with:
The shell opens a flare> prompt and accepts standard SQL statements. End each statement with a semicolon, and it executes right away. Multi-line statements are supported — continuation lines use the ... | prompt.

Built-in commands

Examples

Create a table, insert rows, and query them back:
List the tables you have created:

Working with pipeline data

Tables you write from a Beam pipeline with FlareDB I/O appear here just like any other table. Query them by their fully qualified name, for example:
For details on writing tables from a pipeline, see FlareDB I/O.