More than one table was specified in a FROM clause in the SQL statement. A column name was used without preceding table names, and this column name is contained in more than one of the tables specified in the FROM clause.
To ensure that the column name is unique, precede it with the required table name.