Is any alternative to cursor for looping in sql | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is any alternative to cursor for looping in sql

Is any alternative to cursor for looping in sql

26th Jan 2017, 7:55 AM
sunny
1 Answer
0
SQL supports loop methods similar to other languages, we have below, make use of best to your logic. 1. for loop 2. while loop 3. do-while loop
4th Feb 2017, 7:49 PM
mahendra k
mahendra k - avatar