CREATE TABLE "CMCAPACITY"("CMPATH" VARCHAR(4000)NOT NULL,
"CAPACITY" FLOAT(128), "USAGE" SMALLINT NOT NULL);
I am getting “Precision error in FLOAT type constant or during implicit conversions.”
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try going with just FLOAT without anything afterwards. The Teradata data types documentation doesn’t show any use for brackets. Testing on the database also indicates that it’s not taken into account, as they can store the same values and result in the same column metadata.