Viewing 2 posts - 1 through 3 (of 3 total)
select col1 from tab1 t1 , tab2 t2 where t1.col2=tab2.col2
in the above statement i need to replace tab2 with out replacing the above statement.
insted of tab2 i need a...
December 10, 2004 at 6:20 am
#533314
how can i execute a statement in a function?
is it possible execute a sql statement in extended stored procedure.
December 10, 2004 at 5:38 am
#533310