I have table name,column order and values. I want to use "copy" instead of "insert"
I have table name,column order and values. I want to use "copy" instead of "insert" command. beacuse if we use insert then values will have more restrictions like strings should be in ' ' etc. So is it possible to use copy command for it?
0
Comments
You can use copy to vertica for file loading.
What exactly do you want to do?