Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Substring SQL

Former Member
0 Likes
376

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.)

2 REPLIES 2
Read only

former_member210123
Active Participant
0 Likes
349

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

Read only

0 Likes
349

There is no such function found...

Can u check and revert.