阅读背景:

读书笔记----WIDTH_BUCKET用法_StudySQLHardly的专栏_width_bucket

来源:互联网 
 
SELECT customer_id, cust_last_name, credit_limit, 
   WIDTH_BUCKET(credit_limit, 100, 5000, 10) "Credit Group"
   FROM customers WHERE nls_territory = 'SWITZERLAND'
   ORDER BY "Credit Group";
SELECT customer_id, cust_last_name, credit_



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: