Hi,
Mac OS El Capitan, TOS 6.1, Postgresql
How can i update a bridge table ?
update table
set colB = NewValue
where colA = value AND colB = OldValue;
Seems that this option can be found in
Use field options.
How can i transmit those values for colB from tMap ??
Best regards,
Carlos