MySQL Forums
Forum List  »  MySQL Workbench

Re: Partition by Clause not working
Posted by: Vignesh Kumar
Date: October 12, 2020 12:20AM

Hi Peter,

This is my actual query

select ROW_NUMBER() OVER(
PARTITION BY email, fullname
ORDER BY
completionstate
) as row_num , *
from
new_completion_view;

Is there any other way to send you privately the show create view results?

Options: ReplyQuote


Subject
Views
Written By
Posted
2715
October 08, 2020 08:59PM
857
October 09, 2020 08:22AM
698
October 09, 2020 11:01AM
695
October 09, 2020 11:18AM
Re: Partition by Clause not working
606
October 12, 2020 12:20AM
634
October 12, 2020 09:41AM
730
October 12, 2020 06:23PM
674
October 12, 2020 08:04PM


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.