SQL, Oracle, Parameters -
02-22-2005
, 02:19 PM
Hi All
I'm doing the following SQL as the source to a data transformation, as you
see there is a parameter (the query works OK without one)
SELECT
icp,
data_identifier,
status,
readingdate,
trading_period,
active,
reactive,
apparent
FROM SAPR3.ZTBL_EIEP3
WHERE rownum < ?
But I get the error ORA-01008. Any ideas what might be wrong?
Thanks
Pete |