Untitled

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