Hi,

I am calling a method which accepts DoubleArrayList as input. here is how I
used it but is not working:

select mean(sal) from emp;

MEAN is an aggregate function and it accepts an array of numbers.

This is giving error "Hexadecimal string contains non-hex character:
"800.00"; SQL statement"

I want to pass array list of SAL to MEAN.

How would I convert the rows from table to array list.

thanks and regards

BB23850



--
View this message in context: 
http://h2-database.66688.n3.nabble.com/How-to-call-a-method-with-Double-ArrayList-tp4033848.html
Sent from the H2 Database mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to h2-database+unsubscr...@googlegroups.com.
To post to this group, send email to h2-database@googlegroups.com.
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to