skip to main content
SQL Engine Parse Tree API : SQL Engine Parse Tree functions reference : damex_getFirstTable
 

damex_getFirstTable

This function returns the first table in the FROM clause of the SELECT query.
DAM_HTABLE damex_getFirstTable(DAM_HQUERY hquery)
Table 213. Parameters for damex_getFirstTable
Parameter
Type
Description
IN
hquery
DAM_HQUERY
The query handle.
RETURN
DAM_HTABLE
The handle to the table.