Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: executing query

    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...

  • RE: executing query

    how can i execute a statement in a function?

    is it possible execute a sql statement in extended stored procedure.

Viewing 2 posts - 1 through 3 (of 3 total)