Guest User

Untitled

a guest
May 27th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1.  
  2. ## Rails I wish for
  3. Gene.all
  4.  
  5. ## SQL equivalent
  6. # Assume type_id of a gene is 1
  7. select * from feature where feature.type_id=1
Add Comment
Please, Sign In to add comment