Refine Query Session SQL
ob_query_refineBuild a refined read-only SELECT from a query session using columns, filters, ordering, and pagination. The query is not executed, allowing safe preview.
Instructions
Build a refined read-only SELECT from a query session using structured columns, filters, ordering, and pagination without executing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| columns | No | ||
| filters | No | ||
| orderBy | No | ||
| profile | No | ||
| pageSize | No | ||
| sessionId | Yes | ||
| addColumns | No | ||
| updateSession | No | ||
| keepExistingColumns | No |