I want to use a parameter in a select-statement
In Interbase I use for example:
SELECT *
FROM TABEL
WHERE ID = :parameter
but when i use it in DB2 it won't work and get
"Wrong number of parameters. SQLSTATE=07001"-error.
How must I use parameters in DB2??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.