Hi,
Say i've got in a table two records both with a name value of Joe. I want to update ONE of these records(doesn't matter which). Is it possible to have something like:
UPDATE ONCE mytable SET country='ZA' WHERE name='Joe'
thanx
Chris ######## CtN ########
Say i've got in a table two records both with a name value of Joe. I want to update ONE of these records(doesn't matter which). Is it possible to have something like:
UPDATE ONCE mytable SET country='ZA' WHERE name='Joe'
thanx
Chris ######## CtN ########