I'm trying to update two rows with 1 sql statement. i don't know primary key of that table. the secondary key will result in two rows.
here is my table:
secondary key column 1 column 2
1 xx yy
1 xx yy
is there a way where i can say change the first XX to AA and the second to BB like
secondary key column 1 column 2
1 aa yy
1 bb yy
here is my table:
secondary key column 1 column 2
1 xx yy
1 xx yy
is there a way where i can say change the first XX to AA and the second to BB like
secondary key column 1 column 2
1 aa yy
1 bb yy