Build SELECT
ob_build_selectConstruct a parameterized, read-only SELECT statement using validated table, columns, filters, ordering, and pagination.
Instructions
Build a parameterized read-only SELECT from validated table, columns, filters, ordering, and pagination without executing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| table | Yes | ||
| schema | No | ||
| columns | No | ||
| filters | No | ||
| orderBy | No | ||
| profile | No | ||
| pageSize | No |