Hi,
I've a question concerning DB/2, dates and Java-binding-Variables:
CASE WHEN MC.fixed_date_d at IS NULL
THEN ? + MC.rel_shift_NR DAY
ELSE MC.fixed_date_d at END
The ? is a binding variable I want to use. If I try to prepare the
statement, I receive a SQL0418N-SQL-error.
Any ideas?
Thanks in advance,
Sascha
I've a question concerning DB/2, dates and Java-binding-Variables:
CASE WHEN MC.fixed_date_d at IS NULL
THEN ? + MC.rel_shift_NR DAY
ELSE MC.fixed_date_d at END
The ? is a binding variable I want to use. If I try to prepare the
statement, I receive a SQL0418N-SQL-error.
Any ideas?
Thanks in advance,
Sascha
Comment