SQL Error in FROM clause: SQL Editor: Encountered B. Was expecting:...
Thanks for your help!
View ArticleDifference between the partition by syntax - response (2) by dnoeth
There should be no performance difference when partition stats are current. But #1 is recommended because it's defining only the actual possible year/month values while #2 also defines partitions for...
View ArticleTeradata Express Database for Windows - response (1) by M.Saeed Khurram
You can download the Teradata Express for Windows from the following URL:http://developer.teradata.com/database/articles/expanded-teradata-express-family-available
View ArticleTrouble with timestamp(6) in TD 13.10 - response (1) by M.Saeed Khurram
Do you want to collect milliseconds now OR want to trun them off? Please clarify
View ArticleTeradata Express for WIN 32 BIT - response (16) by M.Saeed Khurram
I doubt that TD Express 14 is only available in the form of VM. It is not available separately to install on Windows (32-64 bit). If anyone have update about this please correct me as well.
View ArticleTeradata Express Database for Windows - response (2) by Santanu84
Hi Saeed The link you given above, there in the page we have another link Teradata Express 13.0 for Windows I presume it will take us to the download location. But on clicking it is getting forwarded...
View ArticleTrouble with timestamp(6) in TD 13.10 - response (2) by ahtandon
Right now its being collected. I want to turn if off. Also is there a difference between TD12 and TD13.10 related to the current_timestamp value. Were milliseconds in TD12 padded with zeros or did they...
View ArticleObtain a result from the diference between 2 timestamps - response (2) by dnoeth
When you substract 2 timestamps the result is an INTERVAL: select (timestamp2 - timestamp1) day(4) to secondCaution: this will fail if the difference is >= 10000 days (27 years) Dieter
View ArticleTeradata Express for WIN 32 BIT - response (17) by Santanu84
Hi Rajat and all I am following the link mentioned by Rajat to download TD Express 13. I have created account. Initially it is showing 1.12 GB file. But it is downloading only 50% and aborting. The...
View ArticleTeradata Express for WIN 32 BIT - response (18) by Santanu84
Well just to add on Saeed's point .. yes TD14 express is available only for VM not for Win. Santanu
View ArticleUpdate frequency of CurrentSpool in dbc.DiskSpace - response (7) by dnoeth
Could you please post unrelated questions as a new post? 2646 indicates running out of spool. If this load was running previously without problems there might have been multiple parallel jobs...
View Article3707 Syntax error,expected something like a '"||"'or a 'FROM' keyword between...
Are you an Oracle user? :-) You need to add an alias name before the final ";". Dieter
View ArticleJoining tables from two different servers - response (2) by chodankarcc
I see.. In my case both tables are having more than 30 millions records. So i need to check on better option. -Chetan
View ArticleJoining tables from two different servers - response (3) by M.Saeed Khurram
you can consult the following thread:http://forums.teradata.com/forum/database/compare-two-database-tables-row-count-in-each-table-which-are-in-different-servers#comment-86684
View ArticleLastAlterName = All - forum topic by Shrinivas.Sagare
Hello, I noticed that I have a few tables with "LastAlterName = ALL". RequestText is "ALTER" or "CREATE INDEX". I do have DBQL enabled for each user. But I don't see any informtion in DBQL who executed...
View ArticleJoining tables from two different servers - response (4) by ulrich
what do you want to achive this this join?
View ArticleAlgorithm and sql ways for Sorting and matching data II - forum topic by ulrich
Hi, I was not able to post to the orig post at http://forums.teradata.com/forum/database/algorithm-and-sql-ways-for-sorting-and-matching-data#comment-118553 So here a try to overcome the techical...
View ArticleDynamic Table Names - response (4) by ulrich
what is the reason for creating one table per month? Can't you have one table and partition it by a date colume with RANGE_N each month?
View ArticleProblems with the CASE structure - response (1) by ulrich
Hm, not 100% sure but row one is stored as ' ' in the char field and '' in the varchar field to my understanding. Given your code the case results in Str1 which is ' ' and char length...
View Article