Time formats in Case statements - forum topic by bikky6
Hi While I am writing the following query like SELECT CASE WHEN CURRENT_TIME >=CAST('18:00:00' AS TIME(0)) THEN 'SCHEDULED' END It is returning NULL instead of the values. Regards KVBForums: Database
View Article8-byte partitioning - forum topic by Raja_KT
Hi, I have worked on partitioning before. I know the limits for NoPI column-paritioned too but I am a bit confused about 2-byte partitioning and 8-byte partitioning and why 8 bytes for number of...
View ArticleTime formats in Case statements - response (1) by barani_sachin
If your current_time is not greater than the time you specified it will return NULL.
View ArticlePlease explain this query - forum topic by barani_sachin
Hi All, I have a query like below select col1, col2 from table1 where col1 > ' ' -- Six space inside the quotesHere col1 is char(6) column, what is the use of this?Tags: > in stringForums:...
View ArticlePacked64 Row Format - forum topic by Raja_KT
Hi, Can someone cite me with example on Packed64 Row Format, where data fields need not be aligned on 8-byte boundaries. Thanks , RajaForums: Database
View ArticlePlease explain this query - response (1) by terasum
Hi Barani_Sachin, If you have nulls, spaces(only),blanks in col1, these records will be filtered out using above condition.
View ArticleTables with MLPPI requires much more space than the same one with PPI - why?...
Hello all, we hav a large table (CDRs) with PPI defined on timestamp containing date & time when a record was loaded in DW. CREATE SET TABLE CZ_PRD_TGT.AMAOUT_NA ,NO FALLBACK , NO BEFORE...
View ArticleInstallation Teradata 13 Express - 64 bit Windows OS. - response (9) by kotavs
Hi , Please provide me the Teradata 13 database for windows 7 64 bit OS Thanks, -KOTAVS
View ArticleIssues with MERGE Query - response (3) by mcsaravanan
Sure, Dieter. Let me open an incident with Teradata Support.
View ArticleDatabase Maxspool - forum topic by Elle
Hello, I understand how maxspool works for users and profiles, but am uncertain if the same rules or sizing techniques apply when creating a database. So when I am creating a database (NOT user, NOT...
View ArticleTeradata sql output to UTF-16 format - forum topic by tzones
Hi, Can anyone let me know how to run a Teradata SQL and output the data in UTF-16 format? I am currently using Teradata Studio Express. I am wondering if the default output is UTF-16 or any...
View ArticleRemove of Period '.' from my concatnated string. - forum topic by ikonofamerica
I want to remove periods from the concatenated string. Please help as I tried all options inlcuding Cast, Format etc. My query is SEL CONCAT(id, rec_num, line_no, dep_no, asp_num, pr_num) as mystr...
View ArticleMODIFY CREATOR - forum topic by hyma
Is there a simple way to modify creator of a database objects?Forums: Database
View ArticleMODIFY CREATOR - response (1) by hyma
...Like after backup and copy database objects to a new environment: While Copying we can not modify Creators to any others
View ArticleType of Lock During a Multiple statement Request- - response (4) by vasudev
Hi Dieter, Consider this MSR statements. This involves 2 tables customer and orders Locking table customer for access Locking table order for access Sel c.*,o.* from customer inner join orders on...
View ArticleTables with MLPPI requires much more space than the same one with PPI - why?...
When using PPI/MLPPI, rows get bigger by 2 or 8 bytes (this depends on total count of created partitions , subpartitions are internally just partitions) ; 2Bytes when <= 65535 ; 8Bytes when...
View ArticleOreplace function throws error select failed.9134 - response (1) by M.M@TD
To provide further information to above query, I am using TD 14 developer's version (Free download) and TD13 client utilities.
View ArticleConcatenate the results - forum topic by Informaticapros
Hello All, I have my results from a query as Col 1 STD FMLA I would like to concatenate STD and FMLA to obtain as Col 1 STD/FMLA Any help is appreciated Thanks, Reddy Forums: Database
View ArticleOreplace function throws error select failed.9134 - response (2) by dnoeth
Is this the old TDExpress version, 14.00.00.01? This might be an old bug, try the new 14.00.03.02 instead http://downloads.teradata.com/download/database/teradata-express/vmware Dieter
View ArticleLength function counts only trailing spaces in a string - forum topic by bikky6
SEL LENGTH(' VENKAT ') I have 3 spaces before and after the name,it returns 9 as it is 12 character string. When used with CHAR_LENGTH(' VENKAT ') it returns 12 As the length measures the...
View Article