MySQL Forums
Forum List  »  Newbie

Re: Select ALL columns and EXCLUDE a specified column
Posted by: Rick James
Date: October 21, 2016 07:43PM

I see three cases where "SELECT *" is "OK":

* Debugging -- just for dumping what is there.
* Loading into a Hash -- available in many APIs.
* EXISTS ( SELECT * ... )

Options: ReplyQuote


Subject
Written By
Posted
Re: Select ALL columns and EXCLUDE a specified column
October 21, 2016 07:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.