rehanqadri
Programmer
i want to pass sql clauses through a procedure to an sql statement. i tried my best to do everything but was not able to do so.
example
procedure chk_pk (tablename varchar2) is
.
.
select * from tablename
.
.
.
if anybody can solve my problem i will be very thankful
regards
example
procedure chk_pk (tablename varchar2) is
.
.
select * from tablename
.
.
.
if anybody can solve my problem i will be very thankful
regards