Back to Trino

SHOW BRANCHES

docs/src/main/sphinx/sql/show-branches.md

480229 B
Original Source

SHOW BRANCHES

Synopsis

text
SHOW BRANCHES ( FROM | IN ) TABLE table_name

Description

List the available branches.

Examples

List the branches in the table orders:

sql
SHOW BRANCHES IN TABLE orders