#1055

Active Subscription Order

Step 2: for each active subscription with status = 'active', assign its sequence number within its user_id: the earliest started_at gets 1, and a tie uses the smaller id first. Return id, user_id, and rn, sorted by user_id, then rn.

Δείγμα αναμενόμενης εξόδου

Έτσι μοιάζει μια σωστή απάντηση — το πλήθος γραμμών της είναι δικό της, δεν χρειάζεται να ταιριάζει με τους πίνακες του σχήματος.

idrnuser_id
30011
30121
30212

Το αποτέλεσμα του ερωτήματός σας θα εμφανιστεί εδώ