4D v144d_language_reference | 
            ||||||||||||||
                    
                        
  | 
                
                    
                         
    4D v14
 
4d_language_reference 
                                
                                
        
 | 
                |||||||||||||
| 
                     
  | 
		||
A 4d_language_reference argument specifies the 4D variable or field name (sql_name) to which data will be assigned. This name can be passed in one of the following manners:
<<sql_name>>
<<$sql_name>> (*)
 <<[sql_name]sql_name>> (corresponds  to the standard 4D syntax: [TableName]FieldName)
:sql_name
:$sql_name  (*)
 :sql_name.sql_name (corresponds to  the standard SQL syntax: TableName.FieldName)
(*) In compiled mode, you cannot use references to local variables (beginning with the $ symbol).
	Product:  4D
	Theme:  Syntax rules
	
        
        
	
Accessing the 4D SQL Engine
SELECT
sql_name
	4D SQL Reference ( 4D v11 SQL Release 4 )
	4D SQL Reference ( 4D v14)
	4D SQL Reference ( 4D v12.1)
	4D SQL Reference ( 4D v13.4)
	4D SQL Reference ( 4D v14 R2)
	4D SQL Reference ( 4D v14 R3)
	4D SQL Reference ( 4D v14 R4)