Entering content frame

-5014: Missing definite column name 

Explanation:

The number of tables specified in a FROM clause of the SQL statement is greater than 1. A column name without preceding table name was used, and this column name occurs in more than one of the tables specified in the <FROM clause>.

User Action:

To ensure that the column name is unique, place the desired table name in front of it.

 

Leaving content frame