MySQL Forums
Forum List  »  Newbie

Query returning the wrong result
Posted by: devendra katiyar
Date: May 20, 2013 04:59AM

Hi All ,



I am using mysql data for our project .

see the below query when i try to find the the user information by USER_ID ,USER_IS is auto generated column , in query it does not match the actual user of USER_ID still it return the value .

SELECT USER_ID,EXTERNAL_ID FROM USER WHERE USER_ID='078asd07@naver.com';
+------------+------------------+
| USER_ID | EXTERNAL_ID |
+------------+------------------+
| 0000000078 | 2504ex@naver.com |
+------------+------------------+
1 row in set, 1 warning (0.00 sec)


can any one explain me why this is happening ,how can i fix this problem


Please help me

Thanks All .

Devendra

Options: ReplyQuote


Subject
Written By
Posted
Query returning the wrong result
May 20, 2013 04:59AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.