Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Wed, 06 Dec 2006 @ 18:51:17 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: 3706: Syntax error: expected something between ')' and '+'
 
From:   Dieter Noeth

It's a parser problem:

You have to use brackets for CASE/COALESCE/NULLIF, if there's any additional opration.

     SELECT
        ((coalesce(cnt_2_9, 0)) + (coalesce(cnt_30_59, 0)) +
     (coalesce(cnt_60_210, 0))) AS TOTAL,
        CURRENT_TIMESTAMP
     FROM table_a;

     SELECT (COALESCE(100,0)) * 100;

Dieter



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023