| 
			   
                     
                  Syntax
                  $LJ(string) 
                  $LJ()
                  Required.  
                  string 
                  Required. The string that is to be left. This can be a string 
                    literal or other scalar_expression resulting in a string. 
                  top 
                    
                  Example
                  select $LJ(company), $RJ(company) 
                    from customers where company='systems' 
                  Dynamic Information Systems Corporation 
                     Dynamic 
                    Information Systems Corporation 
                    
                    
                  top 
                  
			   |