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=410524)
Mysql -
Jermi - 25.01.2013
is it easy to create a .sql file ? Just asking...
Re: Mysql -
Vince - 25.01.2013
Uhm, a .sql file is usually just a database dump. This is generated by the application.
If you're talking about the SQL as a whole, then there are a few key concepts you need to understand. This includes knowing what a database is, what a table is, what records are and what fields are. Then there are the different data types, relations, keys, etc. Then you will need to learn how to construct the four most common types of queries; select, insert, update and delete.
Re: Mysql -
Jermi - 25.01.2013
How can i make it generated by the application, a program or something?
Re: Mysql -
Djole1337 - 25.01.2013
Oops nevermind.