I am able to use COUNT(*) AS CNT_TOT, SUM(VAR1="") AS CNT1_MISSING, SUM(VAR2="") AS CNT2_MISSING, etc; in many other SQL tools, such as Microsoft SQL, SAS SQL. How can I do this as a pass through SQL to SAP? This is very useful to investigate the data quality.
↧