v.18.12Improvement
odbc Function Enhanced with Database/Schema Name Specification
The odbc table function now allows you to specify the database/schema name. Amos BirdWhy it matters
This feature allows users to directly target a specific database or schema when querying external ODBC sources, improving flexibility and precision in data access without needing to switch contexts or modify connection strings.How to use it
When using theodbc table function, include the database or schema name as a parameter to specify the target scope. This helps in executing queries on a particular schema or database within the ODBC source seamlessly.