create table ENT_W_MANY_COLS (
id number(19,0) not null,
someBytes blob,
someWrappedBytes blob,
primary key (id)
)
select
multityped0_.id as id1_0_,
multityped0_.someBytes as someBytes2_0_,
multityped0_.someWrappedBytes as someWrappedBytes3_0_
from
ENT_W_MANY_COLS multityped0_
where
multityped0_.someBytes=?