Posts: 96
Threads: 11
Joined: Feb 2013
Reputation:
0
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?
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
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.