MySQL: “Column 'column_name' in where clause is ambiguous”

前端 未结 3 1847
长情又很酷
长情又很酷 2021-01-20 04:37

I JOIN 2 tables

for example

table_A
+---------+-----------+-----------+
| user_id | ticket_id | user_name |
+---------+-----------+-----------+

table_B
         


        
3条回答
  •  孤独总比滥情好
    2021-01-20 05:20

    I think Tomalak is right - there is a strict mode in the MySQL Administrative settings that may resolve your issue on the issue.

    I recall you select it during db creation, but you can adjust it from the Admin GUI.

    There are some significant bugs in MySQL right now, you may want to consider moving to SQL Server Express if you can...

    Sun is in financial trouble and I'm not surehow MySQL will end up.

提交回复
热议问题