Selecting from query - 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: Selecting from query (
/showthread.php?tid=504748)
Selecting from query -
AA9 - 05.04.2014
How can i retrive information from query, when i dont select whole row.
pawn Код:
SELECT 'name' from playerdata WHERE........
How can i retrieve result from that line.
Re: Selecting from query -
Binx - 05.04.2014
If you're selecting a username for a registration system:
SELECT * FROM table WHERE username = '%s'
Re: Selecting from query -
Jessyy - 05.04.2014
SQL, MySQL
Re: Selecting from query -
AA9 - 05.04.2014
MySQL. BinX you didn't read my question.