SA-MP Forums Archive
MySQL - 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: MySQL (/showthread.php?tid=581056)



MySQL - alinategh - 10.07.2015

Hey guys, so i know about pawno scripting but i know nothing about MySQL. Would you please suggest me where and how to start learning about MySQL?


Re: MySQL - Michael B - 10.07.2015

To start with, SA-MP Wiki is the best place to learn. You can access the MySQL wiki page here.
On the other hand, you could browse these forums for tutorials regarding MySQL.


Re: MySQL - Vince - 10.07.2015

The Structured Query Language is complex. It is taught as a course in colleges and universities over three years and I'd argue it'd take about 120 hours (the equivalent of a one year course) to grasp the basics: data modeling, basic queries, group by, aggregate functions (count, min, max, avg), joins and foreign keys.