Friday, October 30, 2009

Convert date stored in Character to Date Format.

If you store date in Character format and we need to perform a selection on date between.

Use the following query as an example.

select * from pdsn_cdrs where
trunc(to_date(to_char(charge_start_date),'MM/DD/YYYY HH24:MI:SS')) between '01-July-2009' and '31-July-2009'

Thursday, October 29, 2009

Learn some Japanese also

"Otaku desu"
means "I'm a nerd"
in Japanese.

Excerpts from Interview with Lary Wall (PERL Guru).

Monday, October 12, 2009