Guest User

Untitled

a guest
Jul 31st, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. mysql> select name, count(concept_name_id) from concept_name where concept_id=6339 group by name;
  2. +-------------------+------------------------+
  3. | name | count(concept_name_id) |
  4. +-------------------+------------------------+
  5. | PRENATAL VITAMINS | 304 |
  6. | VITAMINS | 1 |
  7. +-------------------+------------------------+
  8. 2 rows in set (0.04 sec)
Advertisement
Add Comment
Please, Sign In to add comment