Forum Post: RE: How select a field with null (?) in the sql editor?

  • Thread starter Thread starter Youssif Shanshiry
  • Start date Start date
Status
Not open for further replies.
Y

Youssif Shanshiry

Guest
The following query will return all the order data for the records with NULL shipdate field value: SELECT * FROM PUB.Order WHERE ShipDate IS NULL

Continue reading...
 
Status
Not open for further replies.
Back
Top