Replace Function - response (1) by QAKiani
If you dont have the UDFs installed then try the recursive SQL. It should solve your problem.
View ArticleFast Export 2GB file Limit - response (4) by Jigar
I have worked on Linux server where we had files around 40 GB and it worked fine. Anyway for your case you might also want to explore pipe option in unix, to allow continous streaming ( if loading...
View ArticleFast Export 2GB file Limit - response (5) by QAKiani
Yes its right that some servers have file size limits. If you are working on a generic script template then I guess the best solution will be to produce a limited size file with a certain number of...
View ArticleBTEQ REPORT - response (4) by QAKiani
SELECT 'SELECT COLUMN1,COLUMN2,COUNT(*) FROM MY_TABLE;' (TITLE ''); SELECT COLUMN1 (TITLE '') , COLUMN2 (TITLE '') , COLUMN3 (TITLE '') FROM MY_TABLE; Outputing the actual SQL will be a manual...
View ArticleForum email notifications temporarily disabled - response (1) by neilotoole
The forum notifications are now re-enabled, hopefully permanently. (We are still performing testing against our anti-spam solution that required disabling the notifications in the first place).
View ArticleO2T Column Switch to Row - topic by flywolf1949
Hi : There is one Oracle user define function, the function is Column switch to Row, example-- Select col1 from test Col1 -------------------------- 1 2 3 4 Select strcat(col1) from test read more
View ArticleCalling a macro via JDBC - response (3) by opolm
Oh my god, that was easy :)). It works like a charm. I copied the code from another class, but I overlooked the String parameter. Thank you very much for your help. Oliver
View ArticleRE:performance tuning for query with 27 left joins - response (9) by sumank
Hi ulrich, Can u Please help me how to get the CPU I/O details by using qrylog and qrysql tables with sql txt. I want report everyday to client.
View ArticleRE:performance tuning for query with 27 left joins - response (10) by sumank
Hi Ulrich, Can u please provide me the sql for Bad Quries.
View ArticleTo find if the column is notnull, if the column contains ( , ,'',-), if the...
we want a single query for checking 1. if the column is null or not 2. if it is not null then we should check that it doesnt contain , - '' 3. if the above 2 cases are passed , we want to check if it...
View ArticleOracle UDF Functions on Version 13.10 and upgrade to Teradata Version 14 -...
Hi, I am working on a project where some SQL generated by a client application has to be run against both an Oracle and Teradata database. We are currently working on Teradata 13.10 database. So, I...
View ArticleGet the next partition - topic by eejimkos
Hello, If we have one ,for example , small table of two columns,where is partitioned on the second column (on a date field by each month), and we want to get the values from the next partition...
View ArticleWish list for forum development - response (4) by neilotoole
Tom, we're looking at some possible ratings mechanisms. And I agree, I would also like to see Teradata-markings, but I doubt we'll get to that this calendar year.
View ArticleWish list for forum development - response (5) by neilotoole
2. stop spam usage. This has always been an issue, and has become a major one recently. This is a top priority, and we have an implementation in progress. Expect to see some changes a few weeks from...
View ArticleConverting Delete qry - topic by harshita45
Hi, I have a delete statement which is consuming more time. read more
View ArticleConverting Delete qry - response (1) by QAKiani
Not sure why would you get the count mismatch. The joining conditions for the two tables are same and EXISTS kind of serve as the inner join so its not making sense to have count mismatch. Did you try...
View ArticleForce user to change password at first logon - response (1) by QAKiani
This should help you! http://forums.teradata.com/forum/database/how-to-force-a-teradata-user-to-modify-hisher-password-on-next-login
View ArticleCreate a table with a date column that has a default - topic by boxerdog
Hi all, No amount of google searching or manual reading has led me to the solution to this problem: I would like to create a table that has a column that is a date. I want said column to have a...
View ArticleQuestion about using stored procedures to do inserts and updates - topic by...
Hi Everybody!!! I am trying to put togeather a stored procedure that will update exsisting records or insert a new record when appropriate. Any suggestions on how to do this would be greatly...
View Article