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

damex_getFirstTableQueryVal

This function returns the first value in the list of Values. Use it to traverse the values provided in the Insert query.
DAM_HTABLE damex_getFirstTableQueryVal(DAM_HQUERY hquery)
Table 214. Parameters for damex_getFirstTableQueryVal
Parameter
Type
Description
IN
hquery
DAM_HQUERY
The query handle.
RETURN
int
Returns the first value, or NULL if it is not present.