S
Sunny
can I do like this?
UPDATE mytable SET myfield = (SELECT uniquevalue FROM othertable WHERE
somecondtion) WHERE fieldid = givenvalue
In select statement there will be always one value.
Thanks.
UPDATE mytable SET myfield = (SELECT uniquevalue FROM othertable WHERE
somecondtion) WHERE fieldid = givenvalue
In select statement there will be always one value.
Thanks.