get_view_source
Retrieves the SQL SELECT statement that defines a view in a Firebird database. Provide the database key and view name to get the view source or an error if not found.
Instructions
Return the source SQL of a view. database: key from list_databases. view: view name from list_objects (type='views') — automatically uppercased. Returns the SELECT statement that defines the view, or an error message if not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | Yes | ||
| view | Yes |