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