Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
customer_id に基づいて順序付けしたい customer_id と order_id を持つテーブルがあります。これは Vertica SQL でどのように行われますか?
c_id o_id 1 1 2 3 1 4 2 5 3 6 3 7
私は…したい:
c_id o_id シーケンス 1 1 1 1 4 2 2 3 1 2 5 2 3 6 1 3 7 2