Hi
I need to have a select statement like:
<b><i>SELECT C1,C2 from T1 where upper(C1) like upper(:val_c1)</i></b>
But SQLJ translator complains about upper.
Any suggestion?
TIA