Contents Index The remote table '%1' could not be found The Select list for the derived table '%1' has no expression to match '%2'

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

The result returned is non-deterministic.


Item Value
SQLCODE 122
Constant SQLE_NONDETERMINISTIC_RESULT
SQLSTATE 01W18
Sybase error code 13883
ODBC 2 State 01000
ODBC 3 State 01000
Probable cause 

FIRST or TOP n are used in a SELECT statement to limit the size of a result. The statement must also have an ORDER BY if the result is to be well-defined. If it does not have an ORDER BY, then the server is free to return any subset of the result that has the requested number of rows.


Contents Index The remote table '%1' could not be found The Select list for the derived table '%1' has no expression to match '%2'