The Vertica Forum recently got a makeover! Let us know what you think by filling out this short, anonymous survey.
Please take this survey to help us learn more about how you use third party tools. Your input is greatly appreciated!
How can I CAST a numeric column to a NUMERIC with different precision and/or scale?
As part of integrating a new system we're focusing on dumping the information as PARQUET files but found out there is a limitation on precision and scale for NUMERIC fields. We thought about casting but can't figure out the syntax correctly and couldn't find anything online beyond altering the values in the table with an add/alter dance
0
Answers
Like this?
Thanks! I was using the CAST and didn't think about changing the format