Tuesday, October 12, 2010

Monday, May 10, 2010

Monday, February 08, 2010

Collar stays

When I bought shirts, it sometimes comes with few pieces of small plastics strips. I always wondered what it was and thought it is some logos or branding for the shirt. Today I found out it is something known as collar stays.


Now if only someone will tell me how to use it.

Thursday, October 08, 2009

Documentum DQL to retrieve latest version of an object

To find the latest version of a dm_document from documentum based on r_object_id, use the following dql.
select r_object_id from dm_document where i_chronicle_id in (select i_chronicle_id from dm_document(all) where r_object_id = '?')