View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 03-11-2015 , 15:31   Re: [MySQL] Are These Possible?
Reply With Quote #3

Code:
WHERE 'steamid' = '%s'
You are putting the column name in quotes rather than ` character. That is the issue.

EDIT:

And also here, too:

Code:
MIN('record')
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!

Last edited by Exolent[jNr]; 03-11-2015 at 15:32.
Exolent[jNr] is offline