| Item | Value |
|---|---|
| SQLCODE | -995 |
| Constant | SQLE_SELECT_INTO_WARNING_TREATED_AS_ERROR |
| SQLSTATE | WP016 |
| Sybase error code | 13495 |
| ODBC 2 State | ERROR |
| ODBC 3 State | ERROR |
The SELECT ... INTO #TEMPTABLE statement cannot proceed if a warning is detected while optimizing the query. To fix the problem, test the query by removing the INTO clause, and resolve the reported warning.