MySQL Forums
Forum List  »  Jobs

Regarding Where clause
Posted by: Siva Ganesh Aanantharajan
Date: June 27, 2015 12:50PM

Hi,
I am having a table like
Num name
23 siva
24 ganesh
and its name is t1.

now , executing a query as
select * from t1 where num='23'

it gives
num name
23 siva

again, same query as
select * from t1 where num='12'

it gives
num name


what its value?
either NULL or Empty.
How to accees these.

Options: ReplyQuote


Subject
Written By
Posted
Regarding Where clause
June 27, 2015 12:50PM


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.