Saravanan's Link Blog..!
தீதும் நன்றும் பிறர் தர வாரா
Google
asjs.blogspot.com geocities.com/asjsaravanan
Tuesday, November 30, 2004

Open Source Software in Java(tm)
Open Source Software in Java(tm)

www.KickJava.com: Free Java Books
www.KickJava.com: Free Java Books
Sunday, November 28, 2004

All About MySQL 4.1
All About MySQL 4.1
Tuesday, November 23, 2004

Learning Guide: SQL
Learning Guide: SQL

Learning Guide: DB2 basics
Learning Guide: DB2 basics

Learning Guide: SQL Server basics
Learning Guide: SQL Server basics

Multi-table insert : Oracle 9i or higher
1. Conditional Multi-table insert :
INSERT ALL
WHEN (period=6) THEN
INTO course_6 (course_name, period) values(course_name, period)
WHEN (period=3) THEN
INTO course_3 (course_name, period) values(course_name, period)
ELSE
INTO course_other (course_name, period) values(course_name, period)
SELECT course_name, period FROM course;
What does the above query do ?
1. Insert courses for period 6 into the table named COURSE_6.
2. Insert courses for period 3 into the table named COURSE_3.
3. Insert all other courses into the table named COURSE_OTHER
4. The ALL keyword causes Oracle to check each row returned by the SELECT query against each WHEN clause. If a row satisfies more than one WHEN clause, it is inserted into more than one table. Use the FIRST keyword to limit inserts to only the first matching WHEN clause.
2. Unconditional Multi-table insert :
INSERT ALL
INTO courses_taken (course_name) values (course_name)
INTO students_registered (student_name) values (student_name)
SELECT course_name, student_name
FROM enrollment;
Saturday, November 20, 2004

Introducing Java 5 [Java and J2EE]
Introducing Java 5 [Java and J2EE]

Technical Journal: SQL query to identify list of duplicate rows
Technical Journal: SQL query to identify list of duplicate rows
Thursday, November 18, 2004

Optimizing MySQL: Queries and Indexes
Optimizing MySQL: Queries and Indexes

MySQL Subqueries
MySQL Subqueries

Useless Facts from Brain of Brian -- People 1
Useless Facts from Brain of Brian -- People 1
Tuesday, November 09, 2004

Bruce Eckel's MindView, Inc: 7-9-04 Java Issues & Directions
Bruce Eckel's MindView, Inc: 7-9-04 Java Issues & Directions

Why Java Sucks [ ZefHemel.com ]
Why Java Sucks [ ZefHemel.com ]

Why Java Sucks For Sysadmins
Why Java Sucks For Sysadmins

java sucks
java sucks
Friday, November 05, 2004

Oracle Database Online Documentation 10g Release 1 (10.1)
Oracle Database Online Documentation 10g Release 1 (10.1)

Oracle Database Online Documentation 10g Release 1 (10.1)
Oracle Database Online Documentation 10g Release 1 (10.1)

Articles about MySQL
Articles about MySQL

The Pragmatic Programmers, LLC
The Pragmatic Programmers, LLC

Ease of Development in Enterprise JavaBeans Technology
Ease of Development in Enterprise JavaBeans Technology

JSP 2.0 Simple Tags Explained [Java and J2EE]
JSP 2.0 Simple Tags Explained [Java and J2EE]
Tuesday, November 02, 2004

Prakash's Chronicle: ET Awards - Entrepreneur of The Year
Prakash's Chronicle: ET Awards - Entrepreneur of The Year

Oracle Certification @ internetcareerresources.com
Oracle Certification @ internetcareerresources.com

Oracle Certification @ internetcareerresources.com
Oracle Certification @ internetcareerresources.com
Monday, November 01, 2004

CEO Bloggers' Club
CEO Bloggers' Club


I blog some of the interesing things i read on the web
Archives
12/01/2003 - 01/01/2004
01/01/2004 - 02/01/2004
02/01/2004 - 03/01/2004
03/01/2004 - 04/01/2004
04/01/2004 - 05/01/2004
05/01/2004 - 06/01/2004
06/01/2004 - 07/01/2004
07/01/2004 - 08/01/2004
08/01/2004 - 09/01/2004
09/01/2004 - 10/01/2004
10/01/2004 - 11/01/2004
11/01/2004 - 12/01/2004
12/01/2004 - 01/01/2005
01/01/2005 - 02/01/2005
02/01/2005 - 03/01/2005
03/01/2005 - 04/01/2005
04/01/2005 - 05/01/2005
05/01/2005 - 06/01/2005
06/01/2005 - 07/01/2005
07/01/2005 - 08/01/2005
08/01/2005 - 09/01/2005
09/01/2005 - 10/01/2005
10/01/2005 - 11/01/2005
11/01/2005 - 12/01/2005
12/01/2005 - 01/01/2006
01/01/2006 - 02/01/2006
02/01/2006 - 03/01/2006
03/01/2006 - 04/01/2006
12/01/2006 - 01/01/2007
04/01/2009 - 05/01/2009
Site Feed (Atom)
Subscribe with Bloglines