damex_getFirstTable
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This function returns the first table in the FROM clause of the SELECT query.
DAM_HTABLE damex_getFirstTable(DAM_HQUERY hquery)
Parameters for damex_getFirstTable
| Parameter | Type | Description |
| IN | ||
| hquery | DAM_HQUERY | The query handle. |
| RETURN | ||
| DAM_HTABLE | The handle to the table. |