Sindre Ek Posted March 30, 2020 Posted March 30, 2020 I would like to select only columns that have values.I have 101 columns and many of the columns dont have values when I do filter on 1 column. I know i can hardcode in the select statement, but I would like to keep it dynamic. Example: ID, Owner, Sale, Amount 1, null, 3, 10 2, null, 5, 99 Result, ID, Sale, Amount 1, 3, 10 2, 5, 99 Would appreciate any possible solutions on this.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now