Hello All,
Doing some hands on stored procedure. I have created below procedure (relatively simple) but it is giving me weird error.
Below are the details:
Environment: Teradata 13.10 using SQL assistant
Sales Table DDL:
CREATE SET TABLE MOTORS.sales ,NO FALLBACK ,
CHECKSUM = DEFAUL(
STOREID SMALLINT NOT NULL,
SMONTH SMALLINT,
PRODID CHAR(1) CHARACTER SET LATIN NOT CASESPECIFIC,
↧