I use the following command:
SELECT count(*) FROM tracking WHERE page=28162
I got a result of 1 indicating the entry is exist
But when I use the command:
SELECT * FROM tracking
I couldn't see the entry where page=28162
Can anyone tell me what might be wrong?