‎2008 Apr 16 6:25 AM
Hi
I have a table which has a field DATETIME. YYYYMMDDhhmmss format.
I want to extract only those records whose date is between 01 - 2007 and 12 - 2007. ( Actually it wont be static but for reference i have provided this.)
‎2008 Apr 16 6:33 AM
ABI_TIMESTAMP_CONVERT_INTO.this will convert your date to time stamp.and with the derived time stamp get your range.
This will convert the datestamp to date and time.
for example.
1.1.2007 and 12/2007 is converted to date stamp and fetched
‎2008 Apr 16 6:37 AM