SA-MP Forums Archive
Hello, I started to learn SQL. - 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: Hello, I started to learn SQL. (/showthread.php?tid=410779)



Hello, I started to learn SQL. - Activest - 26.01.2013

Hey, I started to learn SQL.
I need some help with few commands of SQL.
I'll be happy if you will see at least 2 examples, and explain every one.

Quote:

mysql_store_result();
mysql_free_result();
mysql_fetch_field_row(string, "");




Re: Hello, I started to learn SQL. - zDevon - 26.01.2013

https://sampwiki.blast.hk/wiki/MySQL


Re: Hello, I started to learn SQL. - Roach_ - 26.01.2013

SQL or MySQL ?

SQL - Internal Database
MySQL - External Database


Re: Hello, I started to learn SQL. - ReneG - 26.01.2013

Quote:
Originally Posted by Roach_
Посмотреть сообщение
SQL or MySQL ?

SQL - Internal Database
MySQL - External Database
No, SQL is the language, MySQL is the actual database engine.


Re: Hello, I started to learn SQL. - Activest - 27.01.2013

MySQL.
Anyway, I wanted more examples for these commands.

By the way, I think I understood the "mysql_fetch_field_row".
Just the other commands.