4D v19function_call | 
            ||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
function_call 
                                
                                
        
 | 
                |||||||||||||
| 
                     4d_function_call  | 
		||
A function_call can consist of a call to either SQL Functions or a 4D function (4d_function_call). Both types of functions manipulate data and return results and can operate on one or more arguments.
This example uses the SQL COUNT function:
 C_LONGINT(vPersonNumber)
 Begin SQL
    SELECT COUNT (*)
    FROM SALES_PERSONS
    INTO :vPersonNumber;
 End SQL
	Produkt: 4D
	Thema: Syntax rules
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden