SELECT COUNT(ship_instruct) AS total_notnulls FROM orders;
SELECT COUNT(ALL ship_instruct) AS all_notnulls FROM orders;