sql patindex oracle,oralce的sql语句图案
大家好,我是正在学习oralce的一名同志,这个代码执行出的是一颗五角星,说实话不是我写的,一名开发人员给的,如果把他研究明白了,会有不少收获呢!代码:with a as ( select distinct round(sum(x) over(order by n)) x, round(sum(y) over(order by n)) y from (select n, cos(trunc(n /...