Guest User

Untitled

a guest
Oct 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. select *
  2. from
  3. product
  4. qualify
  5. row_number() over (partition by product_key order by product_no) = 1;
Add Comment
Please, Sign In to add comment