[FilterScript] [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP
#6

Quote:
Originally Posted by Ricop522
Посмотреть сообщение
playerid under rstats_chatmessage?
why not the name?
Playerid (foreign key) is used in every other table because it's a normalized database (http://en.wikipedia.org/wiki/Database_normalization). If you want to get the username and the message in the same query you have to do a SQL Join, like this (didn't tried it). :
Код:
SELECT u.username AS username, c.chatmsg AS message FROM rstats_chatmessages INNER JOIN rstats_users u ON u.userid = c.playerid WHERE u.username = 1;
---

Thanks for the comments.
Reply


Messages In This Thread
[FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by R@f - 13.09.2012, 22:03
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by EliteDrive - 13.09.2012, 22:16
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by CeLo Jeaam - 13.09.2012, 22:55
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by jpeg - 13.09.2012, 23:26
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by Ricop522 - 13.09.2012, 23:39
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by R@f - 14.09.2012, 08:03
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by CeLo Jeaam - 14.09.2012, 09:41
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by Mr.Faqahat - 29.09.2012, 12:52
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by M3mPHi$_S3 - 29.09.2012, 13:02
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by Edvin - 08.10.2012, 16:57
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by CrusherCpt - 09.10.2012, 14:02
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by AMEENAMEEN - 25.11.2012, 00:02
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by Johnson_boy - 26.11.2012, 18:05
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by TheChimpJr - 27.11.2012, 04:03
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by RevCeo - 09.09.2013, 01:35
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by awsomedude - 09.09.2013, 01:54
Re: [FS/PHP/MySQL]RStats - Detailed player stats for SA-MP - by RevCeo - 14.09.2013, 12:45

Forum Jump:


Users browsing this thread: 1 Guest(s)