Bryan_H
Administrator
Bryan_H Administrator
Reactions
-
Re: arcsight cdf intelligence analytic error
You can remove NOT NULL constraint as follows: ALTER TABLE table ALTER COLUMN column DROP NOT NULL; You might also consult ArcSight support to be sure this won't affect anything else with their … (View Post)1 -
Re: Vertica on AWS EC2 ARM Machine
Vertica ARM support is in beta testing now. If you are an existing customer, please contact support or sales and have them put you in touch with me (Bryan Herger) directly. (View Post)1 -
Re: Selecting a wildcard of virtual columns from a flex table
You can group the results and IMPLODE into a single row, or use array functions to collapse the list to an array. (View Post)1 -
Re: [WinError 2] The system cannot find the file specified
From the developers: "“pandas_to_vertica” exports the pandas to CSV first. “temp_file” is used to locate the file. If it is not defined it will create the temp file in the current directory.&quo… (View Post)1 -
Re: System table table_statistics is missing column "table_schema"
"table_statistics" is a view, you can get the definition by running: select * from vs_system_views where view_name = 'table_statistics'; then write a view that includes schema fie… (View Post)1




















