Versions available for this page: CUBRID 8.2.1 | CUBRID 8.3.0 | CUBRID 8.3.1 | CUBRID 8.4.0 | CUBRID 8.4.1 | CUBRID 8.4.3 | CUBRID 9.0.0 |
The cci_col_set_drop function drops one member from the set attribute values. The following example shows how to drop "a" from the set attribute values.
cci_col_set_drop(con_id, oid_str, set_attr, "a", err_buf);
intcci_col_set_drop (int conn_handle, char *oid_str, char *col_attr, char *value, T_CCI_ERROR *err_buf)