Selecting from query
#1

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.
Reply
#2

If you're selecting a username for a registration system:

SELECT * FROM table WHERE username = '%s'
Reply
#3

SQL, MySQL
Reply
#4

MySQL. BinX you didn't read my question.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)