"CREATE JOIN does not support joining joins. %1"
         
               
               
               
                  
                     | Item | Description | 
               
               
                  
                     | SQLCode | -1013095L | 
                  
                     | Constant | EMSG_SQL_JOINJOINSYNTAX | 
                  
                     | SQLState | QCA95 | 
                  
                     | ODBC 2 State | ERROR | 
                  
                     | ODBC 3 State | ERROR | 
                  
                     | Sybase Error Code | 20987 | 
                  
                     | Severity Code | 
                           14
                         | 
                  
                     | Parameter 1 | location of the exception | 
               
            
Probable cause
            
            This message is returned during CREATE JOIN INDEX when the left hand side and right hand side of a 'FULL OUTER JOIN' keyword set are both joins ie (A FOJ B) FOJ (C FOJ D) the join of a-b is being joined to c-d.