MySQL Forums
Forum List  »  Newbie

delete v.s select syntax question
Posted by: Marc M
Date: July 06, 2005 02:31PM

Why does a select statment have the * when a delete statment does not?

e.g.; select * from pets where name = "max";

delete from pets where name = "max";

?

------------------------
Inner space - what a trip.

Options: ReplyQuote


Subject
Written By
Posted
delete v.s select syntax question
July 06, 2005 02:31PM


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.