The Grass is Green
SELECT empno, deptno,
COUNT(*) OVER (PARTITION BY
deptno) DEPT_COUNT
FROM emp
WHERE deptno IN (20, 30);
EMPNO DEPTNO DEPT_COUNT
---------- ---------- ----------
7369 20 5
7566 20 5
7788 20 5
7902 20 5
7876 20 5
7499 30 6
7900 30 6
7844 30 6
7698 30 6
7654 30 6
7521 30 6
11 rows selected.
Racoon disease?
NO!
http://commons.wikimedia.org/wiki/File:Radiation_warning_symbol.svg
"We need smaller frameworks." - Ethan Marcotte
Fluent Conf
Rich Web
JS Conf
NG Conf
Google I/O
NFJS
UBER Conf*
QCon
YAPC
Open West
AngularU
Angular Summit
"Complacency is the death of I.T." - Dan Bunker
Let's Do Some (more) Cool Stuff