OrDB
SQL programs
  Data
find relationships to children for parent vertebrate in tree
select * from objects edge, eav_objects tre, eav_string sourceparent, eav_objects relation where edge.object_class=125 and edge.object_id=tre.object_id and edge.object_id=sourceparent.object_id and edge.object_id=relation.object_id and tre.attribute_id=424 and sourceparent.attribute_id=421 and sourceparent.value_=88226 and relation.attribute_id=423 and relation.value_=88222
Other categories referring to find relationships to children for parent vertebrate in tree
Revisions: 7
Last Time: 4/17/2007 6:20:48 PM
Reviewer: Tom Morse - MoldelDB admin
Owner: Tom Morse - MoldelDB admin