Re: [h2] Cast to array

2015-06-18 Thread Noel Grandin
On 2015-06-18 12:23 PM, christoff.schm...@finaris.de wrote: Is there a specific reason why the expression *CAST**(**5 **AS **ARRAY**)* results in an array containing a VARCHAR value instead of a numeric value? Or might this be a bug? It's probably like this because it was the simplest

[h2] Cast to array

2015-06-18 Thread christoff . schmitz
Hi, Is there a specific reason why the expression CAST(5 AS ARRAY) results in an array containing a VARCHAR value instead of a numeric value? Or might this be a bug? Kind regards, Christoff Schmitz