4D v144d_function_call |
||||||||||||||
|
4D v14
4d_function_call
4d_function_call
A 4d_function_call can be used to execute a 4D function that returns a value. The sql_name of the function is preceded by the FN keyword and followed by one or more arithmetic_expression type arguments. The value returned by the function will be of the type defined by the sql_data_type_name passed. Here is an example using functions to extract from the MOVIES table the number of actors for each movie having at least 7 actors: C_LONGINT($NrOfActors) |
PROPERTIES
Product: 4D SEE ALSO
arithmetic_expression ARTICLE USAGE
4D SQL Reference ( 4D v11 SQL Release 4 ) |
||||||||||||