cubrid_seq_put 함수는 주어진 SEQUENCE 타입의 속성의 원하는 원소의 내용을 변경한다.
int cubrid_seq_put (int conn_handle, string oid, string attr_name, int index, string seq_element)
cubrid_seq_put ($con, $oid, "tel", 1, "02-3430-1200");
cubrid_seq_put ($con, $oid, "tel", 2, "02-3430-1300");