Thread
:
How to test SQL statements with parameter markers?
View Single Post
#
8
(
permalink
)
02-26-2008, 10:02 AM
AK
Posts: n/a
Re: How to test SQL statements with parameter markers?
another option would be to wrap your parameterized statement in a stored procedure
and again: db2batch
AK