Subject | SP-question |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2001-05-06T01:43:21Z |
I have a SP where I select a tablename and a fieldname from a view into
char(31)-variables and then I do the statement
delete from :DETAIL_TABLE where :DETAIL_FK_COLUMN=:PK_VALUE;
but I can't compile the SP. Any ideas ?
Guido.
char(31)-variables and then I do the statement
delete from :DETAIL_TABLE where :DETAIL_FK_COLUMN=:PK_VALUE;
but I can't compile the SP. Any ideas ?
Guido.