|
Archives of the TeradataForumMessage Posted: Fri, 08 Dec 2006 @ 14:19:08 GMT
Hi James: Without knowing for certain how your table is partitioned, it looks like you are partitioning on a timestamp and reading a date. You are doing some things in a questionable manner. However, you indicate that the table is partitioned on the day. You are comparing a timestamp with a date - they are different. I have not tested these, but you can give them a try without much effort: 1. USING (d1 date) - change to USING d1 (date) 2. where extract(day from omniture_date_time) = extract(day from :d1) Hope this helps, Michael Larkins
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||