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.
int64 damex_getFirstTable(
int64 hquery)
Parameters for damex_getFirstTable
| Parameter | Type | Description |
| IN | ||
| hquery | int64 | The query handle. |
| RETURN | ||
| int64 | The handle to the table |