I'm working on a query and my table is very large, many columns. I do not want to type out each individual column in the where clause- is there a way where I can select all without writing them, something like this (below does not work):
select *
from table t
where t.* is not NULL