I don't know what release of Teradata you are on, but you should be able to create the view as a volitile temporarary table within your SQL without the need to run it seperately as described above.
This is the method that Microstrategy for example uses to run complex multipart SQL against...
or alternatively from BTEQ/ODBC:
select
data1,
data2,
cast((datefield (format 'YYYYMM')) as char(6)) as YearMonth
from
sourcetbl;
Note: The cast to char(6) is only required if you are retrieving data via ODBC (if omitted it just comes across as the date field unchanged since it is...
It would not be hard to implement MSI to analyze clickstreams - there are a few data models around that are used by dedicated tools that might help develop this... <br><br>I suggest you have a look at SiteServer Express that comes with IIS - it loads the clickstream data into an...
Hi,<br>
<br>
I like to model 3D in AutoCAD R14 as I am familiar with the tools/interface. I have tried using DXF format to export geometries (some complex, some not so complex) to Dream3D (Corel 7.0), but AutoCAD solids do not appear to be imported correctly.<br>
<br>
Is there a way to import...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.