4D v19sql_name | 
            ||||||||||||||||||||||||
                 
                
  | 
                
			
                    
                         
    4D v19
 
sql_name 
                                
                                
        
 | 
                |||||||||||||||||||||||
| 
                     sql_name  | 
		||
An sql_name is either a standard SQL name starting with a Latin alphabet character and that contains only Latin characters, numbers and/or underscores, or a square-bracketed string. The right square bracket is escaped by doubling.
Examples:
| String to pass | sql_name | 
| MySQLName_2 | MySQLName_2 | 
| My non-standard !&^#%!% name | [My non-standard !&^#%!% name] | 
| [already-bracketed name] | [[already-bracketed name]]] | 
| name with brackets[] inside | [name with brackets []] inside] | 
									ALTER SCHEMA
									
									ALTER TABLE
									
									CREATE INDEX
									
									CREATE SCHEMA
									
									CREATE TABLE
									
									DELETE
									
									DROP INDEX
									
									DROP SCHEMA
									
									DROP TABLE
									
									EXECUTE IMMEDIATE
									
									GRANT
									
									INSERT
									
									LOCK TABLE
									
									REVOKE
									
									UNLOCK TABLE
									
									UPDATE
									
	Produkt: 4D
	Thema: Syntax rules
	
        
        
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	4D -  SQL Reference ( 4D v19)
	
	
Fehler melden