MySQL Forums
Forum List  »  PHP

Insert extra row
Posted by: Gordon White
Date: April 25, 2016 08:23AM

I have the following code that inserts an extra row 1 weather it's from the website or from phpMyAdmin.

INSERT data3 (t7, att) SELECT sum(points > 0) as t7, sum(attend) as att FROM data GROUP BY playersid

What am i doing wrong?

Thanks

Options: ReplyQuote


Subject
Written By
Posted
Insert extra row
April 25, 2016 08:23AM
April 25, 2016 08:43AM
April 25, 2016 09:05AM
April 25, 2016 09:34AM
April 25, 2016 09:42AM
April 25, 2016 10:20AM


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.