sqb query
Execute ad hoc SQL against the active project connection. Useful for inspecting data, debugging models, or running one-off queries without leaving the SQLBuild CLI.Usage
Flags
| Flag | Description |
|---|---|
sql | SQL to execute (positional argument) |
--file | Read SQL from a file instead of the command line |
--format | Output format: long (default), table, json, or csv |
--limit | Maximum rows to return (default: 20) |
--no-limit | Disable the row limit |

