hi
Can i pass a parameter to an SQL expression
here is what i have
(Select E.bandlabel
FROM ECL_Ranges E where E.testsectionabbr='S' AND
E.eclabbr = 'A' and E.FP_Key = 2)
i want to replace the
E.FP_Key = {?paramter}
is this possible?
if so how to do it
cheers
pgtek
Can i pass a parameter to an SQL expression
here is what i have
(Select E.bandlabel
FROM ECL_Ranges E where E.testsectionabbr='S' AND
E.eclabbr = 'A' and E.FP_Key = 2)
i want to replace the
E.FP_Key = {?paramter}
is this possible?
if so how to do it
cheers
pgtek