Thanks Damian,

I tried using unionall but it gives an object.
My query is
select unionall(id,year),month from #11:111
I get
----+-----+--------+---------
#   |@RID |unionall|month

----+-----+--------+---------
0   |#-2:1|[2]     |sep

----+-----+--------+---------

When I try this, I get
select unionall(id,year).toString(),month from #11:111
----+-----+-------------------------------------------------------------------------+---------
#   |@RID |unionall
        |month

----+-----+-------------------------------------------------------------------------+---------
0
|#-2:1|com.orientechnologies.common.collection.OMultiCollectionIterator@74f8e04c
|sep

----+-----+-------------------------------------------------------------------------+---------


While I expect, concated string of id and year. Any help please?

Thanks





On Thu, Mar 6, 2014 at 5:42 PM, Damian Bronecki
<[email protected]>wrote:

> In 1.7 "union" is replaced by "unionall"
>
> --
>
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "OrientDB" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/orient-database/iaKYKI81fKY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to