pub fn extract_insert_values( content: &str, table_name: &str, ) -> Result<Vec<Vec<String>>>
Extract INSERT VALUES from SQL for a specific table