New to SQL
Is it possible to select columns with only null values?
I have a table with 65 columns one relates to a day and the rest relate to a time.(bowling alley schedule for school project) When a time is filled then null is replaced with the users number. Thats how its supposed to work.
But I cant figure out how to only select the columns with nulls. So the user can choose which time they want.
Help!
Is it possible to select columns with only null values?
I have a table with 65 columns one relates to a day and the rest relate to a time.(bowling alley schedule for school project) When a time is filled then null is replaced with the users number. Thats how its supposed to work.
But I cant figure out how to only select the columns with nulls. So the user can choose which time they want.
Help!