It will be Great if anyone an help me out with COPY function syntax.
I am trying to copy data from google Doc to vertica with the help of r (using google-sheets and RJDBC
Package).
I have exported the data from google sheet but unable to import in Vertica
server.
Please Help me out.
googleSheet <- gs_title("GS", verbose = FALSE)
auditSheet <- gs_read(ss = googleSheet, ws = 'GS1')
copy verticaDB.tableName from local auditSheet
Thanks