You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a table that contains 80 columns, which we are trying to query from presto. Now the condition is, I only want to select 75 columns out of 80 and I don't know the name of columns that needs to be selected but I do know the name of columns that are not required.
How can I exclude columns while performing select query on the table.
I want to do some thing like :-
"SELECT *, EXCLUDE[] from table; " ----> Is something like this possible in presto.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There is a table that contains 80 columns, which we are trying to query from presto. Now the condition is, I only want to select 75 columns out of 80 and I don't know the name of columns that needs to be selected but I do know the name of columns that are not required.
How can I exclude columns while performing select query on the table.
I want to do some thing like :-
"SELECT *, EXCLUDE[] from table; " ----> Is something like this possible in presto.
Beta Was this translation helpful? Give feedback.
All reactions