Technical Blog

Pages

▼
Showing posts with label row_number (). Show all posts
Showing posts with label row_number (). Show all posts
Feb 21, 2009

Instead of Stragg /// Allow Duplicate

›
SELECT deptno, LTRIM(SYS_CONNECT_BY_PATH(ename, ','), ',') employees FROM ( SELECT deptno, ename, ...
Sep 22, 2008

Alphabets,Level, Analytic Query

›
Alphabets WITH AlphaBet AS ( SELECT CHR((ROWNUM + 64)) AS Character FROM DUAL CONNECT BY level SELECT * FROM AlphaBet; -------------...
›
Home
View web version
Powered by Blogger.