Guest User

Untitled

a guest
Jul 22nd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. foobar = DB[SELECT foo FROM bar].all
  2.  
  3. foobar.each{|x| puts x}
  4.  
  5. i get
  6.  
  7. fooTest
  8. foogoes
  9. foowrong
  10.  
  11. the column foo i selected is always in front of the result.
Add Comment
Please, Sign In to add comment