VALUETYPE function
The function that obtains the value type in a query.
Function parameters:
The first parameter is an expression of any type
Returned value: value type.
Example:
SELECT VALUETYPE(Sales.Recorder)
FROM AccumulationRegister.Sales AS Sales
See also: Functions of Query Language