Avoid loading duplicate tuple
create flex table flexT();
copy flexT from 'path/file1.json' parser fjsonparser();
but if we copy from same json file , i dont want to load this duplicate data.
copy flexT from 'path/file1.json' parser fjsonparser();
can anyone explain, how to discard this duplicate?
Thanks
Regards
Naveen
copy flexT from 'path/file1.json' parser fjsonparser();
but if we copy from same json file , i dont want to load this duplicate data.
copy flexT from 'path/file1.json' parser fjsonparser();
can anyone explain, how to discard this duplicate?
Thanks
Regards
Naveen
0
Comments