Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select all but one column from a table

Danilo PiazzalungaFeb 1 2018 — edited Feb 1 2018

It would be very convenient if the Oracle Database provided a simple syntax to select every attribute from a table except one column.

For example:

SELECT *

EXCEPT COMMISSION_PCT

FROM EMPLOYEES;

This idea was inspired by this thread.

Comments
Post Details
Added on Feb 1 2018
8 comments
22,357 views