EL
Size: a a a
EL
EL
YF
EL
EL
EL
NK
YF
EL
EL
NK
YF
select
subscription_id,
id,
invoice_date,
row_number() over( partition by subscription_id order by invoice_date )
from invoice
VM
select
subscription_id,
id,
invoice_date,
row_number() over( partition by subscription_id order by invoice_date )
from invoice
M
AD
AD
M
AB
AP
DS