How can I set up a variable to hold the columns I want then pass that
to dataset.select()?

Something like:

columns = [:column1, :column2, :column3]
dataset.select(columns)

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to