We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9e0bb commit 2498849Copy full SHA for 2498849
06_04.sql
@@ -0,0 +1,4 @@
1
+select order_id, customer_id, order_timestamp,
2
+row_number() over (partition by customer_id order by order_timestamp asc) as order_seq_num
3
+
4
+from orders
0 commit comments