How to insert data from metabox to custom table

try getting the values with the POST, then you can try this

$wpdb->update('meeting_options', array(fieldsGoHere);

error code: 523