On Friday, March 15, 2013 6:20:02 PM UTC-7, Hillary wrote:

> Hi, 
> I probably should have asked originally. 
>
> How would i select from the temp table. 
>
>  DB.create_table!('#t'.lit, :temp => true, :as=> 
> DB[:table].nolock.where{timestamp > getdate{} - 0.01})
>
> Is it something like. 
> DB[:t].select_map(:some_column) ?
>

Probably:

  DB[:'#t'].select_map(:some_column) 
 
Jeremy

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


Reply via email to