Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Null values in a Query

Status
Not open for further replies.

vijip2001

Programmer
Oct 14, 2003
61
US
All,

I am using vb6 that executes query against RDB.
How do i check for null values in a query?

I oracle i use "select nvl(column,0) from dual;"

Can someone help me?

Thanks,
Viji
 
This is a VBA forum; you will have better luck in the VB5/6 forum here: forum222
That being said, post the SQL you are using there along with your question. Generally you would use A WHERE clause, such as WHERE whatever IS NULL.

An làmb a bheir, ‘s i a gheibh.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top