Search found 6797 matches
- Mon Apr 16, 2007 9:35 am
- Forum: General
- Topic: Sybase Interface File
- Replies: 2
- Views: 1610
- Mon Apr 16, 2007 9:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting a file from DataStage server routine
- Replies: 7
- Views: 3757
- Mon Apr 16, 2007 8:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Deleting a file from DataStage server routine
- Replies: 7
- Views: 3757
- Mon Apr 16, 2007 8:38 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORA-01830 understandable
- Replies: 5
- Views: 2678
What if you change the date to character in the where predicate.
Just the where clause:
Just the where clause:
Code: Select all
WHERE
TO_CHAR(SEND_DATE, 'YYYYMMDD') > '20060831'
AND TO_CHAR(SEND_DATE, 'YYYYMMDD') <= '20070330'
AND Substr(act_code,3,1)<>'R'
AND media <> 'Intranet' - Mon Apr 16, 2007 8:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing HashFiles
- Replies: 12
- Views: 2327
- Mon Apr 16, 2007 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: function 'ftp_put' failed
- Replies: 7
- Views: 3003
- Mon Apr 16, 2007 8:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Introduction
- Replies: 7
- Views: 2275
- Mon Apr 16, 2007 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: "Error selecting from log file RT_LOG862"
- Replies: 9
- Views: 6511
- Mon Apr 16, 2007 8:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Nullability
- Replies: 5
- Views: 1426
- Mon Apr 16, 2007 7:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim issues
- Replies: 12
- Views: 3526
- Sat Apr 14, 2007 6:59 pm
- Forum: Site/Forum
- Topic: Yet another milestone - DSGuru2B
- Replies: 5
- Views: 2639
- Sat Apr 14, 2007 2:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job hanging due to Identity Column
- Replies: 5
- Views: 1860
You can set Identity Insert On in OPEN statement and OFF in CLOSE statement. But that means that you will have to generate the keys and pass the key column in your insert. And no one else should load anything into that table at that time. I am not sure why your job is hanging. Get together with your...
- Sat Apr 14, 2007 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk load
- Replies: 13
- Views: 3483
- Fri Apr 13, 2007 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing HashFiles
- Replies: 12
- Views: 2327
- Fri Apr 13, 2007 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Leap year
- Replies: 11
- Views: 4545