Monday, August 31, 2009
Saturday, August 29, 2009
Friday, August 28, 2009
முன்னணி கல்வி நிறுவனங்களின் இலவச பாடசாலை.
பல்வேறு துறைகளை பற்றிய அறிஞர்களின் உரைகளின் படத்தொகுப்பு.
http://www.academicearth.org/
http://www.academicearth.org/
Friday, July 31, 2009
Change Column from Varchar2 to CLOB
SQL>alter table test_table add clob_column CLOB;
Table altered.
SQL> update test_table set clob_column = current_varchar_column;
xx rows updated.
SQL> alter table test_table drop column current_varchar_column;
Table altered.
SQL> alter table test_table rename column clob_column to current_varchar_column;
Table altered.
Thursday, July 30, 2009
Monday, July 6, 2009
Product Intro - List2Shop - Manage your shopping checklist!
Did you ever wish, you had a shopping checklist handy every time you went to a grocery store or a mall? Ever thought of a tool to keep a tab on weekly shopping needs?
Refer:
Subscribe to:
Posts (Atom)