Y Youssif Shanshiry Guest Mar 24, 2014 #1 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...
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...