Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Query to select only the null values from my table

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions
Author Message
ashwini patil

New User


Joined: 15 Oct 2007
Posts: 2
Location: pune

PostPosted: Fri Oct 19, 2007 11:55 am    Post subject: Query to select only the null values from my table
Reply with quote

hi all,
I want a query to select only the null values from my table?
Back to top
View user's profile Send private message
References
PostPosted: Fri Oct 19, 2007 11:55 am    Post subject: Re: Query to select only the null values from my table Reply with quote

hemanth.nandas

Active User


Joined: 18 Aug 2007
Posts: 114
Location: Chennai

PostPosted: Fri Oct 19, 2007 12:18 pm    Post subject:
Reply with quote

Hi Aswini,

Quote:
I want a query to select only trhe null values from my table?


Code:
SELECT * FROM your_table
WHERE your_field_where_null LIKE NULL
Back to top
View user's profile Send private message
vasanthkumarhb

Active User


Joined: 06 Sep 2007
Posts: 298
Location: Bang,iflex

PostPosted: Fri Oct 19, 2007 12:31 pm    Post subject: Re: select all null values
Reply with quote

Hi,

ashwini patil wrote:
hi all,
I want a query to select only the null values from my table?





SELECT * FROM TABLE_NAME WHERE VAR-NAME IS NULLS;



Regard's
Vasanth,
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Interview Questions All times are GMT + 6 Hours
Page 1 of 1