Thursday, May 31, 2007

to_date in Oracle

select * from TableName where startDt>=to_date('1/1/1900', 'mm/dd/yyyy')

No comments: