What is the correct syntax to create a table with an array of bytes?
I tried
CREATE TABLE tablename (bytearrayname TINYINT[] );
but that doesn't work.
Also, what is the correct getXXX method to access stored array from a
row in a ResultSet?
Thanks
Charlie