MySQL Forums
Forum List  »  Newbie

Update table and merge rows
Posted by: Igor Kim
Date: October 03, 2015 12:06PM

Hello,
I have a table term_page with rows (page_id, term_name, num). Term-name - are words which presented on web-site which has certain page_id (row can be same). num - by now it is 0 everywhere.
So I want to count same term_name GROUP BY page_id and set number of it into num.

Options: ReplyQuote


Subject
Written By
Posted
Update table and merge rows
October 03, 2015 12:06PM


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.