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>.
To ensure that the column name is unique, place the desired table name in front of it.