On Tuesday, October 22, 2013 6:17:31 AM UTC-7, mauricio olivera wrote:
> Hi all!
>
> Mi name is Mauricio Olivera and I'm writting from Argentina.-
>
> I have a problema with a query join and its Select.ยด I'm trying to do this:
>
> $DB[:mentor_questions].select_all(
> *:mentor_questions.* :mentor_questions__created.as
> ('date'),:mentors.*,:users__username.as('username'),:
> business_types__name.as('business_type_name')*
>
You missed a comma. Should be:
*:mentor_questions.*, :mentor_questions__created.as
('date'),:mentors.*,:users__username.as('username'),:business_types__name.as
('business_type_name')*
*
*
Thanks,
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.
For more options, visit https://groups.google.com/groups/opt_out.