I was reading SQL queries and got stuck with a doubt. Is there any SQL query to exclude a single column while using select statement?
For example, I have a table which contains data about student (s_name
, address
, email_id
, ..... many more).
I want to select all the columns except email_id
.