Depends keyword does not working with Create library
I am trying to create library with depending jars and I am getting the following errors: "Syntax error at or near 'DEPENDS'
Note: I am trying to copy the example from
The command is:
CREATE LIBRARY DeleteVowelsLib AS '/home/dbadmin/DeleteVowelsLib.jar' DEPENDS '/home/dbadmin/mycompanylibs.jar' LANGUAGE 'JAVA';
It seems to me that HP Vertica is complaining for DEPENDS. Do you know why?
0