how to create index on a varchar column that represent date?
Hello there,
I have a column in my table that is a VARCHAR2 and represent a datetime like '2010-08-23 19:00:00' I want to create an index on it and with an specific large like '2010-08-23 19' so i can filter per HOURS.
Any one knows the sentence for this?
Thanx in advance