Rewrite SQL
ob_rewrite_sqlRewrites SELECT and WITH SQL statements into a read-only, safe form without executing them, enabling secure database inspection.
Instructions
Rewrite SELECT/WITH SQL into a safer read-only form without executing it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| params | No | ||
| maxRows | No | ||
| orderBy | No | ||
| profile | No | ||
| maxColumns | No |