Running a Query in SQL Plus
Posted
by WENzER
on Stack Overflow
See other posts from Stack Overflow
or by WENzER
Published on 2010-03-17T05:44:47Z
Indexed on
2010/05/22
17:30 UTC
Read the original article
Hit count: 134
Hi, I have to run a query in the loop in SQLPLUS. and the count of loop is coming from some other SQL query. So i have to declared a variable which will take the value of count. Now I want to use this variable in my query. How would i be able to do the same . Please suggest me Thanks in advance
© Stack Overflow or respective owner