On May 20, 8:19 am, rohit <[email protected]> wrote: > :SECOND might work too, this works on SQL > server :datepart.sql_function(:hh, :created_at)
If you use :SECOND, it will work fine if you are not quoting identifiers. If you are quoting identifiers (the default), it will depend on whether the database allows you to quote that word. Jeremy -- 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.
