Untitled

 avatar
unknown
plain_text
2 years ago
94 B
3
Indexable
SELECT 
order_id, 
total_amt,
NTILE(1) OVER (ORDER BY total_amt)
FROM tools_shop.orders 
Editor is loading...