To perform browse-mode updates, the application sends an update language command with the where clause formatted as follows:
where key1 = value_1
and key2 = value_2 ...
and tsequal(timestamp, ts_value)
where:
key1, value_1, key2, value_2 and so forth are the key columns and their values, obtained by calls to ct_br_table and ct_br_column.
ts_value is the binary timestamp column value converted to a character string.