0
for loop in sql???
is it possible that there is a for loop command like in c or c++
6 Answers
+ 2
In sql server you can use WHILE
+ 1
noo !!
+ 1
We can do looping but specifically for loop is not defined in sql, or not even in pl/sql
+ 1
as Antonio said there is a while loop in sql server
+ 1
you can use while
0
no, but you can use a progeamming language to get many data from your database