Warum machst Du es nicht auf die einfache Tour
Code:
Update myTable Set Color=255 where id=1;
Update myTable Set position=255 where id=2;
Damit hast Du auch wildeste Kombinationen im Griff. Nicht sehr elegant, aber problemlos nachvollziehbar.
Gruß
K-H