SA-MP Forums Archive
Loop on mysql table? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Loop on mysql table? (/showthread.php?tid=517496)



Loop on mysql table? - iRaiDeN - 05.06.2014

Now I know.


Re: Loop on mysql table? - iRaiDeN - 05.06.2014

Quote:
Originally Posted by ******
Посмотреть сообщение
SQL is a declarative language, loops are imperative constructs. You are thinking at the wrong level if you think you want a loop. What you probably want is JOIN or WHERE.
how?