Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Error 5505 Column data types cannot be specified with a WITH [NO] DATA clause. - response (2) by M.Saeed Khurram

$
0
0

HI,
You are defining a column name as id, and in PI clause you are specifying item_id which do not exist. else the statement is working fine. 
you can try

CREATE VOLATILE TABLE wow  (
id DEC(18,0)
) UNIQUE PRIMARY INDEX(id)
ON COMMIT PRESERVE ROWS;

 


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>