Hide Empty columns

前端 未结 4 673
野性不改
野性不改 2021-01-14 14:07

I got a table with 75 columns,. what is the sql statement to display only the columns with values in in ?

thanks

4条回答
  •  Happy的楠姐
    2021-01-14 14:23

    You could do a pre-parse and dynamically create a statement to do this, but this would be a very inefficient thing to do from a SQL performance perspective. Would strongly advice against what you are trying to do.

提交回复
热议问题