SA-MP Forums Archive
MySQL Dialog - Getting information from two different tables, string? - 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 Dialog - Getting information from two different tables, string? (/showthread.php?tid=577634)



bs - Hargrave - 12.06.2015

ヽ༼ຈل͜ຈ༽ノ don't mind me


Re: MySQL Dialog - Getting information from two different tables, string? - Hargrave - 13.06.2015

Uppdididupdup!


Re: MySQL Dialog - Getting information from two different tables, string? - Konstantinos - 13.06.2015

With the information you've given so far is kind of difficult to help you but what you're looking for is:
https://dev.mysql.com/doc/refman/5.0/en/join.html
and in the worst case scenario that JOINs cannot be used: https://dev.mysql.com/doc/refman/5.0/en/subqueries.html


Re: MySQL Dialog - Getting information from two different tables, string? - Hargrave - 13.06.2015

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
With the information you've given so far is kind of difficult to help you but what you're looking for is:
https://dev.mysql.com/doc/refman/5.0/en/join.html
and in the worst case scenario that JOINs cannot be used: https://dev.mysql.com/doc/refman/5.0/en/subqueries.html
Alright, I will take a look at it. But if you're experienced with that I could send you the code