I want to select all columns but remove some columns in Sybase. What is the solution for this?
I want something like this:
select *
from table_name
except [column_names]
There is no function available for Sybase for this use case and the 'exclude' keyword like snowflake does not work here.