0
我有兩個表(table_1和table_2)。我想爲表1中的所有ticket_ids複製ticket_cat,併爲這些ID更新table_2的ticket_cat。UPDATE table_2 with table from table_1
table_1
-------
ticket_id ticket_cat
123 technical
456 non-technical
789 technical
101 technical
111 non-technical
112 non-technical
113 non-technical
table_2
-------
ticket_id ticket_cat
123 NULL
456 NULL
789 NULL
101 NULL
111 NULL
112 NULL
113 NULL
898 NULL
786 NULL
785 NULL
898 NULL
009 NULL
123 NULL
這裏似乎有些錯誤。 – r0xette
沒關係。我知道了。 – r0xette