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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syntax for deleting record where a column has no value

Status
Not open for further replies.

TomBarrand

Programmer
Aug 9, 2000
162
GB
I would like to delete some records from a database that has blank values in. Below is an example of how the table might look.

partNo description buyEach sellEach qty
0 0 0
12345 computer 800 1200 2

What is the syntax?

thanks

Tom
 

Delete table1 Where PartNo Is Null or PartNo='' Terry

X-) "Life would be easier if I had the source code." -Anonymous
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top