Table '%1' requires a unique correlation name
| Item | Value | 
|---|---|
| SQLCode | -137 | 
| Constant | SQLE_CORRELATION_NAME_NEEDED | 
| SQLState | 52W15 | 
| ODBC State | 42000 | 
| Parameter 1 | name of the table that needs a unique correlation name | 
You have specified a join that joins a table to itself. You need to use unique correlation names in order to have multiple instances of a table.