Learned about GROUP_CONCAT() in mysql. Seems like it could be useful for pulling together multiple values of the same fields, rows in a single table. See Drupal’s profiel_values for an example. The SEPARATOR option is useful.