sql server - SQL Select Column if NOT Null -
i have microsoft sql server table , let's has 10 columns. 1 or more of these columns may contain null values. how construct simple select * query excluded columns values null?
i not believe there simple "select * [table]" query exclude column based on of values contained in column in result set. select clause defining data bring back, clause tells ..well from, , clause provides filtering criteria @ row-level.
the query talking can written not simple select * [table].
Comments
Post a Comment