01 October 2020 9 732 Report

Hello! In our data, we have some string variables that have an internal 'missing data' indicator (i.e. it's a letter, not a number).

How do I select only variables with this 'missing data' string indicator?

SELECT IF ANY(V1 to Vn), 'MD'.

More Daniel Mello's questions See All
Similar questions and discussions