im_execute_select
Execute ad-hoc SELECT queries on IntelliMatch database when dedicated tools do not cover your specific query. Only read operations are permitted.
Instructions
Execute an ad-hoc SELECT (or WITH…SELECT) query against the IntelliMatch database. Only read operations are permitted — INSERT, UPDATE, DELETE, DDL, EXEC, and SQL comments are blocked. Use this as an escape hatch when the dedicated BAU tools do not cover your specific query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql_query | Yes | A SELECT or WITH…SELECT SQL statement. Comments (-- /* */) are not allowed. | |
| max_rows | No | Maximum rows to return (default 100, hard cap 500) |