Is there a way in the SQL statment to somehow assign a default '0' value so that it prints out to my datagrid. Here is the SUM part of my sql code
SUM(nonconformance.nc_wafer_qty) as 'wafers'
|||thanks doug.
ISNULL(SUM(nonconformance.nc_wafer_qty),0) as wafers
No comments:
Post a Comment