Sample table records
objId ; objCode
19-1 ; TE
19-2 ; TE
19-1 ; KKK
19-3 ; DA
19-4 ; TE
How can be inserted KKK code to objs with objId 19-2 and 19-4 by SQL command.
Two conditions are objs must have TE and must not have KKK.
I succeed similar recording by C#.
But i want to learn whether or not can be succeed by SQL