adrian0605
Programmer
I've got a problem in updating a rows.
I've tryed to update a value from the field "QQQ" which correspond with the field "PPP" from a table.
Problem seems to be when I have more than one "PPP" in a different table, because I use a subquery which returns more than one "PPP" that's because in that table could be more that one "PPP". If is one, I don't have a problem, query's working well.
Can somebody tell me if is any way to do it in SQL?
Thanx in advance.