[racket] in-query problems

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Fri Dec 12 11:30:07 EST 2014

Maybe another example in the docs somewhere would have helped?

Robby

On Fri, Dec 12, 2014 at 10:05 AM, George Neuner <gneuner2 at comcast.net> wrote:
> On 12/11/2014 11:53 AM, Ryan Culpepper wrote:
>>
>>
>>   Using in-query within a for loop:
>>   > (for/list ([(n t) (in-query c "select n, t from numbers")])
>>       (list n t))
>>   '((1 "one") (2 "two") (3 "three") (4 "four") (5 "five"))
>>
>
> Ok, so  in-query  does return multiple columns as (values ...). That will
> work.  What's important is being able to get multiple columns - how they are
> returned is less important.
>
> I appreciate you taking the time to explain it.  I wish I could have figured
> it out myself.
>
> Thanks,
> George
>
>
>
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users

Posted on the users mailing list.