MySQL Forums
Forum List  »  Newbie

Re: MySQL get highest value and delete other rows
Posted by: Martin K
Date: July 07, 2018 09:52AM

CREATE TABLE IF NOT EXISTS parent_reply (parent_id TEXT, comment_id TEXT, parent TEXT, comment TEXT, subreddit TEXT, unix INT, score INT

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL get highest value and delete other rows
July 07, 2018 09:52AM


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.