28.07.2012, 16:20
Quote:
I'm not using " for integers, I'm using '
And I found the problem! It was the size of the variable (cells) pawn Код:
|
SELECT * FROM `some_table` WHERE `something` = '1'. NO, you don't do it like that, you never put integers inside single quotes like you do with strings, ask anyone you want. Instead you make it like this: SELECT * FROM `some_table` WHERE `something` = 1