damex_getTableByNum
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 8.1
- Documentation
This method returns the table handle that matches the given table number in the FROM clause of the SELECT query. Table numbers start at 0.
int64 damex_getTableByNum(
int64 hquery,
int iTableNum)
Parameters for damex_getTableByNum
| Parameter | Type | Description |
| IN | ||
| hquery | int64 | The query handle |
| iTableNum | int | The number of the table |
| RETURN | ||
| int64 | The handle to the table. A zero is returned if the table does not exist. |