SQL Update syntax [RESOLVED]
Hi
Im trying to update a table that has two key fields; ive tried
UPDATE tbl
SET [val_1]=1,...[val_n]='str'
WHERE [key_1]=1,[key_2]=2;
But this gives me an error on the WHERE clause. What is the correct syntax?
Thanks.
Hi
Im trying to update a table that has two key fields; ive tried
UPDATE tbl
SET [val_1]=1,...[val_n]='str'
WHERE [key_1]=1,[key_2]=2;
But this gives me an error on the WHERE clause. What is the correct syntax?
Thanks.
Last edited: