Explanation
In the message above, x can be either NESTED QUERIES or COLUMN FUNCTIONS. An ON clause cannot contain a nested query, nor can column functions be used with an ON clause.
The SQLSTATE that equates to this SQL return code is 53S32.
User Response
Remove the nested query or column function.
|
Copyright © 2014 CA.
All rights reserved.
|
|