Archive for October 18th, 2007
Oracle WITH clause
This is one of the coolest things ever. One of our wonderfully spectacular DBAs (Hi, Brian!) pointed this out and it has saved us a couple times. I know there are better ways to implement this specific example, but it’s to illustrate a point. Here’s what we do now:
CREATE TABLE temp_1 (
user_id […]
Posted: October 18th, 2007 under Oracle.
Comments: 4

